item.analysis: Creates item analysis tables.

Description Usage Arguments Value

Description

Creates item analysis tables.

Usage

1
item.analysis(results, writeout = FALSE, fileSuffix = NULL)

Arguments

results

The output from a run of craschR. (link?)

writeout

A logical indicated whether the estimate objects should be written to your working directory as CSVs. If TRUE, two files will be produced, one beginning item-byitem and the other item-bystep with any specified fileSuffix.

fileSuffix

A character string that will be affixed to the end of each file name (if writeout = TRUE). Use this if you are conducting multiple analyses in the same working directory and do not wish for your existing files to be overwritten.

Value

A list with the following entries:

byItem

A matrix with classical statistics and descriptives by item.

byStep

A matrix with classical statistics and descriptives by step.


amyarneson/crasch documentation built on May 10, 2019, 10:29 a.m.