coef.regDIF {regDIF}R Documentation

Coefficient function for regDIF function

Description

Coefficient function for regDIF function

Usage

## S3 method for class 'regDIF'
coef(object, tau = NULL, method = "bic", ...)

Arguments

object

Fitted regDIF model object.

tau

Optional character or numeric indicating the tau(s) at which the model coefficients are returned. For character value, may be "tau.min", which returns model coefficients for the value of tau at which the minimum fit statistic is identified. For numeric, the value(s) provided corresponds to the value(s) of tau.

method

Character value indicating the model fit statistic to be used for determining "tau.min". Default is "bic". May also be "aic".

...

Additional arguments to be passed through to coef.

Value

NULL


[Package regDIF version 1.1.1 Index]