R Dataset / Package psych / iqitems
Attachment | Size |
---|---|
dataset-61777.csv | 47.86 KB |
Documentation |
---|
On this Picostat.com statistics page, you will find information about the iqitems data set which pertains to 16 multiple choice IQ items. The iqitems data set is found in the psych R package. Try to load the iqitems data set in R by issuing the following command at the console data("iqitems"). This may load the data into a variable called iqitems. If R says the iqitems 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("iqitems"). 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 iqitems 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 iqitems R data set. The size of this file is about 49,011 bytes. 16 multiple choice IQ itemsDescription16 multiple choice ability items taken from the Synthetic Aperture Personality Assessment (SAPA) web based personality assessment project. The data from 1525 subjects are included here as a demonstration set for scoring multiple choice inventories and doing basic item statistics. For more information on the development of an open source measure of cognitive ability, consult the readings available at the personality-project.org. Usagedata(iqitems) FormatA data frame with 1525 observations on the following 16 variables. The number following the name is the item number from SAPA.
Details16 items were sampled from 80 items given as part of the SAPA (http://sapa-project.org) project (Revelle, Wilt and Rosenthal, 2009; Condon and Revelle, 2014) to develop online measures of ability. These 16 items reflect four lower order factors (verbal reasoning, letter series, matrix reasoning, and spatial rotations. These lower level factors all share a higher level factor ('g'). This data set and the associated data set ( In addition, the data set is a good example of doing item analysis to examine the empirical response probabilities of each item alternative as a function of the underlying latent trait. When doing this, it appears that two of the matrix reasoning problems do not have monotonically increasing trace lines for the probability correct. At moderately high ability (theta = 1) there is a decrease in the probability correct from theta = 0 and theta = 2. SourceThe example data set is taken from the Synthetic Aperture Personality Assessment personality and ability test at http://sapa-project.org. The data were collected with David Condon from 8/08/12 to 8/31/12. ReferencesRevelle, William, Wilt, Joshua, and Rosenthal, Allen (2010) Personality and Cognition: The Personality-Cognition Link. In Gruszka, Alexandra and Matthews, Gerald and Szymura, Blazej (Eds.) Handbook of Individual Differences in Cognition: Attention, Memory and Executive Control, Springer. Condon, David and Revelle, William, (2014) The International Cognitive Ability Resource: Development and initial validation of a public-domain measure. Intelligence, 43, 52-64. Examples## Not run: data(iqitems) iq.keys <- c(4,4,4, 6, 6,3,4,4, 5,2,2,4, 3,2,6,7) score.multiple.choice(iq.keys,iqitems) #this just gives summary statisics #convert them to true false iq.scrub <- scrub(iqitems,isvalue=0) #first get rid of the zero responses iq.tf <- score.multiple.choice(iq.keys,iq.scrub,score=FALSE) #convert to wrong (0) and correct (1) for analysis describe(iq.tf) #see the ability data set for these analyses #now, for some item analysis #iq.irt <- irt.fa(iq.tf) #do a basic irt #iq.sc <-score.irt(iq.irt,iq.tf) #find the scores #op <- par(mfrow=c(4,4)) #irt.responses(iq.sc[,1], iq.tf) #op <- par(mfrow=c(1,1))## End(Not run) -- 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 Ecdat / RetSchool | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package HistData / HalleyLifeTable | March 9, 2018 - 1:06 PM | Dataset |
wage1 | August 29, 2020 - 9:33 AM | Dataset |
R Dataset / Package boot / cd4 | March 9, 2018 - 1:06 PM | Dataset |
R Dataset / Package psych / blot | March 9, 2018 - 1:06 PM | Dataset |