stdEr–methods | R Documentation |
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.
## 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), ...)
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. |
A vector of the estimated standard deviations of the parameter estimators.
vcov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.