score.information: Print score information

View source: R/score.information.R

score.informationR Documentation

Print score information

Description

Prints information about the recoded data.

Usage

score.information(do=NULL,resp=NULL,items=1:length(do$variables),accept.na = F)

Arguments

do

An object of class digram.object

resp

A data.frame or matrix of recoded data (only used if do is NULL)

items

A vector of columns from the recoded data to include in the analysis or a character vector of variable labels

do.testlets

Bolean. If TRUE, testlets are combined to superitems.

do.split

Bolean. If TRUE, items coded as split are split.

accept.na

A boolean. Include cases with missing values in responses

rownamewidth

Width of item names column

Value

Returns an object of items.scores,scoredist,meansum,score.distribution, and score.groups. Prints Average item scores and score distribution and Score groups for tests of Rasch models

Author(s)

Jeppe Bundsgaard jebu@edu.au.dk

References

Kreiner, S. (2003). Introduction to DIGRAM. Dept. of Biostatistics, University of Copenhagen.

Examples

score.information(do,items="abcdef")

jeppebundsgaard/RDigram documentation built on Oct. 29, 2023, 7:15 p.m.