keout-class: Class "keout"

keout-classR Documentation

Class "keout"

Description

Information relating to an equating between two tests X and Y.

Objects from the Class

Objects can be created by calls of the form new("keout", ...).

Slots

Cr:

Object of class "matrix". The C-matrix from the log-linear model of test X on population P. (EG design only)

Cs:

Object of class "matrix". The C-matrix from the log-linear model of test Y on population Q. (EG design only)

Cp:

Object of class "matrix". The C-matrix from the log-linear model of tests X and Y or X and A on population P. (CB design: C-matrix from the log-linear model for the first group) (CB/SG/NEAT CE/NEAT PSE/NEC designs only)

Cq:

Object of class "matrix". The C-matrix from the log-linear model of tests X and Y or X and A on population Q. (CB design: C-matrix from the log-linear model for the second group) (CB/NEAT CE/NEAT PSE/NEC designs only)

coveqYx:

Object of class "matrix". Matrix containing the covariance matrix of the equating function. (IRT-OSE only)

SEEvect:

Object of class "SEEvect". Matrices containing the standard error vectors for the equatings. If linear=TRUE, then only the standard error vectors for the linear case are included.

Pest:

Object of class "matrix". The estimated probability matrix over population P.

Pobs:

Object of class "matrix". The observed probability matrix over population P.

Qest:

Object of class "matrix". The estimated probability matrix over population Q.

Qobs:

Object of class "matrix". The observed probability matrix over population Q.

scores:

Object of class "list". A list of data frames containing the score value vectors for the tests X and Y (all designs except NEAT CE) or the score value vectors for the tests X, Y and A (only for NEAT CE). Also included are the estimated score probabilities and the continuized cumulative distribution functions for the respective tests.

linear:

Object of class "logical". A logical vector. TRUE if linear=TRUE was specified, otherwise FALSE.

pdereqYx:

Object of class "matrix". A matrix with the partial derivative vectors for the equating function.

PRE:

Object of class "data.frame". A data frame containing the percent relative error (PRE) in the ten first moments between the equated scores and the reference distribution. (For chain equating, the PRE is calculated for the linking from X to A and the linking from A to Y.)

h:

Object of class "data.frame". A data frame containing the continuization parameters used in the equating.

kernel:

Object of class "character". A character vector denoting the kernel used.

type:

Object of class "character". A character vector describing the design used.

equating:

Object of class "data.frame". A data frame containing the equated values from X to Y and the associated standard errors (for either an equipercentile or a linear equating), as well as the SEED between the equipercentile and linear equating functions and the equated values and the associated standard errors in the linear case (if an equipercentile equating is conducted).

irt:

Object of class "list". A list containing the objects from the package ltm containing the IRT models specified, and the asymptotic covariance matrix of the item parameters under the regular IRT parametrization. (IRT-OSE only)

see:

Object of class "character". A character vector denoting which type of standard errors of equating that are used: analytical or bootstrap.

replications:

Object of class "numeric". The number of bootstrap replications if using the bootstrap standard error calculations.

Methods

plot

signature(x = "keout"): ...

summary

signature(object = "keout"): ...

Author(s)

bjorn.andersson@statistik.uu.se
kenny.branberg@stat.umu.se
marie.wiberg@stat.umu.se

See Also

kequate

Examples

showClass("keout")

kequate documentation built on April 13, 2022, 9:06 a.m.