Learn R Programming

MAINT.Data (version 2.6.2)

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

Description

S4 methods for function stdEr. As in the generic stdEr S3 `miscTools' method, these methods extract standard errors of the parameter estimates, for the models fitted to Interval Data.

Usage

# S4 method for IdtNDE
stdEr(x, selmodel=BestModel(x), ...)
# S4 method for IdtSNDE
stdEr(x, selmodel=BestModel(x), ...)
# S4 method for IdtNandSNDE
stdEr(x, selmodel=BestModel(x), ...)

Value

A vector of the estimated standard deviations of the parameter estimators.

Arguments

x

An object representing a model fitted to interval data.

selmodel

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

...

Additional arguments for method functions.

See Also