coef.IRTest: Extract Model Coefficients

View source: R/coef.IRTest.R

coef.IRTestR 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).


IRTest documentation built on Oct. 4, 2024, 5:11 p.m.