R Dataset / Package psych / Harman.5
Attachment | Size |
---|---|
dataset-86456.csv | 441 bytes |
Documentation |
---|
On this Picostat.com statistics page, you will find information about the Harman.5 data set which pertains to 5 socio-economic variables from Harman (1967). The Harman.5 data set is found in the psych R package. Try to load the Harman.5 data set in R by issuing the following command at the console data("Harman.5"). This may load the data into a variable called Harman.5. If R says the Harman.5 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("Harman.5"). 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 Harman.5 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 Harman.5 R data set. The size of this file is about 441 bytes. 5 socio-economic variables from Harman (1967)DescriptionHarman (1967) uses 5 socio-economic variables for demonstrations of principal components and factor analysis. This example is used in the SAS manual for Proc Factor as well. Usagedata(Harman.5) FormatA data frame with 12 observations on the following 5 variables.
DetailsHarman reports that the data "were taken (not entirely arbitrarily) from a study of the Los Angeles Standard Metropolitan Statistical Area. The twelve individuals are used in the examples are census tracts." (p 13). SourceHarman, Harry Horace (1967), Modern factor analysis. Chicago, University of Chicago Press. ReferencesSAS users manual, chapter 26: pages 1123-1192 Examplesdata(Harman.5) if(require('GPArotation')){ pc2 <- principal(Harman.5,2,scores=TRUE) pc2$residual biplot(pc2,main="Biplot of the Harman 5 socio-demographic variables") } -- 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 COUNT / azprocedure | March 9, 2018 - 1:06 PM | Dataset |
OpenIntro Statistics Dataset - fheights | August 9, 2020 - 12:25 PM | Dataset |
R Dataset / Package datasets / LakeHuron | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package wooldridge / crime1 | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package datasets / faithful | March 9, 2018 - 1:06 PM | Dataset |