R Dataset / Package datasets / occupationalStatus
Attachment | Size |
---|---|
dataset-38144.csv | 223 bytes |
Documentation |
---|
On this Picostat.com statistics page, you will find information about the occupationalStatus data set which pertains to Occupational Status of Fathers and their Sons. The occupationalStatus data set is found in the datasets R package. Try to load the occupationalStatus data set in R by issuing the following command at the console data("occupationalStatus"). This may load the data into a variable called occupationalStatus. If R says the occupationalStatus data set is not found, you can try installing the package by issuing this command install.packages("datasets") and then attempt to reload the data with library("datasets") followed by data("occupationalStatus"). 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 occupationalStatus 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 occupationalStatus R data set. The size of this file is about 223 bytes. Occupational Status of Fathers and their SonsDescriptionCross-classification of a sample of British males according to each subject's occupational status and his father's occupational status. UsageoccupationalStatus FormatA SourceGoodman, L. A. (1979) Simple Models for the Analysis of Association in Cross-Classifications having Ordered Categories. J. Am. Stat. Assoc., 74 (367), 537–552. The data set has been in package gnm and been provided by the package authors. Examplesrequire(stats); require(graphics)plot(occupationalStatus)## Fit a uniform association model separating diagonal effects Diag <- as.factor(diag(1:8)) Rscore <- scale(as.numeric(row(occupationalStatus)), scale = FALSE) Cscore <- scale(as.numeric(col(occupationalStatus)), scale = FALSE) modUnif <- glm(Freq ~ origin + destination + Diag + Rscore:Cscore, family = poisson, data = occupationalStatus)summary(modUnif) plot(modUnif) # 4 plots, with warning about h_ii ~= 1 -- 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 |