batchRunWinsteps: Run a Rasch model from R using Winsteps.

Description Usage Arguments Value See Also

View source: R/batchRunWinsteps.r

Description

This function uses the Winsteps software to batch analyze a given list of dataframes/matrices. The results are read back into R without leaving the R interface or interacting with the Winsteps GUI.

Usage

1
batchRunWinsteps(itmsL, demsL, titleL = NULL, keep = "none", ...)

Arguments

itmsL

List of dataframes or matrices of item responses to be analyzed.

demsL

List of dataframes or matrices of person identifiers/demographic fields.

titleL

Optional list of names for control and datafiles written to the working directory.

keep

Character vector of the external Winsteps files to retain. Possible arguments are c("all", "none", "iFile", "pFile","cntrlFile", "dtaFile", "outFile", "bat"). If "all" or "none" are supplied, no other arguments are neccessary. All other arguments can be combinded to select a specific set of files to keep. Other arguments correspond to, respectively, item, person, control, data, output, and the .bat (batch processing) files. Defaults to "none", in which case none of the files used to run the analyses are retained.

...

Additional arguments passed to batch_r2Winsteps.

Value

List containing all item and person parameters from the given analyses.

See Also

batch_r2Winsteps batchWinsteps batch.pfile batch.ifile


DJAnderson07/r2Winsteps documentation built on Sept. 12, 2019, 1:06 a.m.