View source: R/summary.OEFPIL.R
summary.OEFPIL | R Documentation |
Function for fast and clean output of all basic information of an "OEFPIL"
object.
## S3 method for class 'OEFPIL'
summary(object, signif.level = object$contents$signif.level, print = TRUE, ...)
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. |
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. |
OEFPIL
##-- 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.