R Dataset / Package psych / galton
Attachment | Size |
---|---|
dataset-92967.csv | 9.04 KB |
Documentation |
---|
On this Picostat.com statistics page, you will find information about the galton data set which pertains to Galton's Mid parent child height data. The galton data set is found in the psych R package. Try to load the galton data set in R by issuing the following command at the console data("galton"). This may load the data into a variable called galton. If R says the galton data set is not found, you can try installing the package by issuing this command install.packages("psych") and then attempt to reload the data with library("psych") followed by data("galton"). Perhaps strangley, if R gives you no output after entering a command, it means the command succeeded. If it succeeded you can see the data by typing galton at the command-line which should display the entire dataset. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the galton R data set. The size of this file is about 9,261 bytes. Galton's Mid parent child height dataDescriptionTwo of the earliest examples of the correlation coefficient were Francis Galton's data sets on the relationship between mid parent and child height and the similarity of parent generation peas with child peas. This is the data set for the Galton height. Usagedata(galton) FormatA data frame with 928 observations on the following 2 variables.
DetailsFemale heights were adjusted by 1.08 to compensate for sex differences. (This was done in the original data set) SourceThis is just the galton data set from UsingR, slightly rearranged. ReferencesStigler, S. M. (1999). Statistics on the Table: The History of Statistical Concepts and Methods. Harvard University Press. Galton, F. (1886). Regression towards mediocrity in hereditary stature. Journal of the Anthropological Institute of Great Britain and Ireland, 15:246-263. Galton, F. (1869). Hereditary Genius: An Inquiry into its Laws and Consequences. London: Macmillan. Wachsmuth, A.W., Wilkinson L., Dallal G.E. (2003). Galton's bend: A previously undiscovered nonlinearity in Galton's family stature regression data. The American Statistician, 57, 190-192. See AlsoThe other Galton data sets: Examplesdata(galton) describe(galton) #show the scatter plot and the lowess fit pairs.panels(galton,main="Galton's Parent child heights") #but this makes the regression lines look the same pairs.panels(galton,lm=TRUE,main="Galton's Parent child heights") #better is to scale them pairs.panels(galton,lm=TRUE,xlim=c(62,74),ylim=c(62,74),main="Galton's Parent child heights") -- Dataset imported from https://www.r-project.org. |
Picostat Manual |
---|
How To Register With a Username
How To Register With Google Single Sign On (SSO)
How To Login With a Username and Password
How To Login With Google Single Sign On (SSO)
How To Import a Dataset
How To Perform Statistical Analysis with Picostat
How To Use Educational Applications with Picostat
|
Recent Queries For This Dataset |
---|
No queries made on this dataset yet. |
Title | Authored on | Content type |
---|---|---|
R Dataset / Package MASS / Pima.tr2 | March 9, 2018 - 1:06 PM | Dataset |
OpenIntro Statistics Dataset - ipod | August 9, 2020 - 12:25 PM | Dataset |
R Dataset / Package boot / frets | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package HSAUR / CYGOB1 | March 9, 2018 - 1:06 PM | Dataset |
OpenIntro Statistics Dataset - COL | August 9, 2020 - 2:30 PM | Dataset |