stdEr–methods {MAINT.Data} | R Documentation |
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 signature 'IdtNDE'
stdEr(x, selmodel=BestModel(x), ...)
## S4 method for signature 'IdtSNDE'
stdEr(x, selmodel=BestModel(x), ...)
## S4 method for signature 'IdtNandSNDE'
stdEr(x, selmodel=BestModel(x), ...)
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. |
Value
A vector of the estimated standard deviations of the parameter estimators.
See Also
[Package MAINT.Data version 2.7.1 Index]