IDR: A function to prepare for IDR.

Description Usage Arguments Value Examples

View source: R/idr_function.R

Description

Generate keycheck figures and DIF figures, perform DIF analysis, CTT analysis, and IRT analysis. All the plots and csv files are stored in the folders. The results stored in txt files in jMetrik are stored as outputs of this function. Reading is always analyzed before Listening.

Usage

1
IDR(MainPath, TestName, n_demo = 6, DIF = F)

Arguments

MainPath

The folder where the response files are stored in

TestName

Name of the test

n_demo

number of demographic variables, usually it's 6.

DIF

whether we are going to do DIF detection. The rule of thumb is each group should have more than 50 participants. Thus, the default is F.

Value

Descriptive summary, dif results, CTT results and IRT results

Examples

1
IDR(MainPath, TestName, n_demo=6)

wzhranran/ACReporting documentation built on May 14, 2019, 8:37 a.m.