get.prm | R Documentation |
Read Conquest files comprising item parameters (prm).
get.prm(file)
file |
Character string with the name of the ConQuest prm file (This file is requested using the |
A data frame with three columns:
Case |
Case number |
item |
Identifier for this item |
parameter |
parameter estimate for this item |
file <- system.file("extdata", "twodim.prm", package = "eatModel")
prm <- get.prm(file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.