summary.OEFPIL {OEFPIL} | R Documentation |
Summary from an OEFPIL object
Description
Function for fast and clean output of all basic information of an "OEFPIL"
object.
Usage
## S3 method for class 'OEFPIL'
summary(object, signif.level = object$contents$signif.level, print = TRUE, ...)
Arguments
object |
an object of class |
signif.level |
a significance level for the confidence interval. If missing, a value from the input |
print |
print out result summaries in the console (default |
... |
other arguments. |
Value
Returns an object of type list containing following components
param_Est |
the (numerical) vector of estimated model parameters. |
sd |
standard deviations for estimated model parameters. |
cov.m_Est |
the covariance matrix of estimated model parameters. |
it_num |
number of iterations. |
CI_parameters |
the matrix of lower and upper bounds for confidence intervals. |
See Also
Examples
##-- Continuing the coef.OEFPIL(.) example:
##Use of summary function with default parameters
summary(st1)
##Use of summary function with different parameters
summary(st1, signif.level = 0.01, print = FALSE)
[Package OEFPIL version 0.1.1 Index]