residuals.pers: S3 residuals for Object of class "pers"

View source: R/residuals.pers.R

residuals.persR Documentation

S3 residuals for Object of class "pers"

Description

S3 residuals method to extract the (Rasch) residuals for object of class"pers"

Usage

## S3 method for class 'pers'
residuals(object, res = "sr", na_treat = 0, ...)

Arguments

object

object of class"pers"

res

a character string defining which type of (rasch–) residual to return. This must be (exactly) one of the strings "exp" for expected scores "sr" for score residuals (default), "stdr" for standardised residuals, "srsq" for score residuals squared, or "stdrsq" for standardised residuals squared. The default is set to res="sr".

na_treat

value to be assigned to residual cells which have missing data in the original response matrix. Default is set to na_treat=0 to set the residuals to 0, which implys that they are imputed as 'fitting data', i.e., zero residuals. This can attenuate contrasts (see. http://www.rasch.org/rmt/rmt142m.htm). An option is to set it to na_treat=NA.

...

not used jet.


pairwise documentation built on April 18, 2023, 1:10 a.m.