coef.IRTest {IRTest}R Documentation

Extract Model Coefficients

Description

A generic function which extracts model coefficients from objects returned by modeling functions.

Usage

## S3 method for class 'IRTest'
coef(object, complete = TRUE, ...)

Arguments

object

An object for which the extraction of model coefficients is meaningful.

complete

A logical value indicating if the full coefficient vector should be returned.

...

Other arguments.

Value

Coefficients extracted from the model (object).


[Package IRTest version 2.0.0 Index]