View source: R/mml.scoreNAEP.R
setNAEPScoreCard | R Documentation |
add item response theory data necessary to use mml.sdf
on NAEP data
setNAEPScoreCard(data, dctPath = NULL)
data |
a NAEP |
dctPath |
a file location that points to the location of a NAEP |
a NAEP edsurvey.data.frame
with updated attributes
## Not run:
datFP <- "~/NAEP_Folder/Data/M50NT3AT.dat"
sdf <- readNAEP(path=datFP)
#how to set NAEP mml attributes
#if readNAEP does not detect them automatically
dctFP <- "~/NAEP_Folder/AM/M50NT3AT.dct"
sdf <- setNAEPScoreCard(data=sdf, dctPath=dctFP)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.