summary.OEFPIL: Summary from an OEFPIL object

Description Usage Arguments Value See Also Examples

View source: R/summary.OEFPIL.R

Description

Function for fast and clean output of all basic information of an "OEFPIL" object.

Usage

1
2
## S3 method for class 'OEFPIL'
summary(object, signif.level = object$contents$signif.level, print = TRUE, ...)

Arguments

object

an object of class "OEFPIL" (a result of a call to OEFPIL).

signif.level

a significance level for the confidence interval. If missing, a value from the input OEFPIL object is used.

print

print out result summaries in the console (default TRUE).

...

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

OEFPIL

Examples

1
2
3
4
5
6
7
##-- 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)

OEFPIL documentation built on Nov. 4, 2021, 5:07 p.m.