batch_r2Winsteps: Write Winsteps control and data files as a batch.

Description Usage Arguments Value

View source: R/batch_r2Winsteps.r

Description

Function takes the typical arguments supplied by r2Winsteps in the form of a list, and writes out Winsteps control and data files for each element of the list. See also r2Winsteps.

Usage

1
2
batch_r2Winsteps(itmsL, demsL, batName = "r2WinstepsBatch",
  partialCreditL = NULL, anchorFileL = NULL, titleL = NULL, ...)

Arguments

itmsL

List of dataframes or matrices containing only the item responses. Each element of the list should contain a seperate dataframe to be processed.

demsL

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

...

Additional argument supplied to r2Winsteps. Note that any additional arguments must be supplied in the form of a list.

Value

Control and data files for all dataframes/matrices in the given lists, as well as a .bat file to batch process the files in Winsteps.


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