Learn R Programming

MAINT.Data (version 1.0.1)

coef--methods: Methods for function coef in Package `MAINT.Data'

Description

S4 methods for function coef. As in the generic coef S3 `stats' method, these methods extract parameter estimates for the models fitted to Interval Data.

Usage

# S4 method for IdtNDE
coef(object, selmodel=BestModel(object), …)
# S4 method for IdtSNDE
coef(object, selmodel=BestModel(object), ParType=c("Centr", "Direct", "All"), …)
# S4 method for IdtNandSNDE
coef(object, selmodel=BestModel(object),  ParType=c("Centr", "Direct", "All"), …)

Arguments

object

An object representing a model fitted to interval data.

selmodel

Selected model from a list of candidate models saved in object.

ParType

Parameterization of the Skew-Normal distribution. Alternatives are “Centr” for centred parameters, “Direct” for direct parameters and “All”, for both types of parameters. See Arellano-Valle and Azzalini (2008) for details.

Additional arguments for method functions.

Value

A vector of parameter estimates.

References

Arellano-Valle, R. B. and Azzalini, A. (2008): "The centred parametrization for the multivariate skew-normal distribution". Journal of Multivariate Analysis, Volume 99, Issue 7, 1362-1382.

See Also

stdEr, vcov