Chatterjee and Hadi (Regression by Examples, 2006) provided a link to the right to work data from “Industrial and Labor Relations” set on their web page.Display the relationship between Income and Taxes. ### input data
# load data
dat1 <- read.csv("C:/Users/Queen/Desktop/P005.txt")The pdf version of the paper by Hsu, et al (2020). Health inequality: a longitudinal study on geographic variations in lung cancer incidence and mortality in Taiwan is available on-line.Extract the values in Table 1 of the article to replicate Figure 2 in the paper. ### input PDF
Reproducible data and code are available for Leongomez, J.D. et al.(2020). Self-reported Health is Related to Body Height and Waist Circumference in Rural Indigenous and Urbanised Latin-American Populations. Scientific Report, 10, 4391. Summarize the mean of height, waist, and weight in each study sample by gender.