wleFromRes | R Documentation |
Collects WLEs in a wide data frame.
wleFromRes(resultsObj, idVarName = NULL, verbose=TRUE)
resultsObj |
The object returned by |
idVarName |
Optional: character vector of individual student id. This is only to provide compatibility with older package versions. Specification of this argument is only necessary if the function gives an error. |
verbose |
Print messages to console? |
A data frame with several columns, model name, student ID, dimension name (several deimensions are grouped among each other), number of solved items per student, total number of items visited per student, WLE estimate and standard error.
Sebastian Weirich
### read exemplary results object
file <- system.file("extdata", "results.rda", package = "eatModel")
load(file)
wles <- wleFromRes(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.