Description Usage Arguments Details Value See Also Examples
summary Method for class "nlFit".
1 2 3 4 5 |
object |
An object of class |
x |
An object of class |
digits |
The number of significant digits to use when printing. |
... |
Further arguments passed to or from other methods. |
summary.nlFit calculates standard errors for the estimates
of mu, sigma, alpha, and
beta of the normal laplace distribution parameter vector
param if the Hessian from the call to nlFit is available.
If the Hessian is available, summary.nlFit computes
standard errors for the estimates of mu, sigma,
alpha, and beta, and adds them to object
as object$sds. Otherwise, no calculations are performed and the
composition of object is unaltered.
summary.nlFit invisibly returns object
with class changed to summary.nlFit.
See nlFit for the composition of an object of class
nlFit.
print.summary.nlFit prints a summary in the same format as
print.nlFit when the Hessian is not available from
the fit. When the Hessian is available, the standard errors for the
parameter estimates are printed in parentheses beneath the parameter
estimates, in the manner of fitdistr in the package
MASS.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.