Learn R Programming

IRTest (version 2.1.0)

coef.IRTest: Extract Model Coefficients

Description

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

Usage

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

Value

Coefficients extracted from the model (object).

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.