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.
# 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"), …)
An object representing a model fitted to interval data.
Selected model from a list of candidate models saved in object.
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.
A vector of parameter estimates.
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.