confInt.OEFPIL: Confidence intervals for OEFPIL parameters

Description Usage Arguments Details Value See Also Examples

View source: R/confInt.OEFPIL.R

Description

Function computes confidence intervals for the parameters counted by OEFPIL function.

Usage

1
confInt.OEFPIL(object, signif.level = object$contents$signif.level, parm)

Arguments

object

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

signif.level

a numerical value or a vector of significance levels for confidence intervals. If missing, a value from the input "OEFPIL" object is used.

parm

a specification of which parameters are to be given confidence intervals, either a vector of numbers or a vector of names. If missing, all parameters are considered.

Details

The confidence intervals are computing under normality assumption.

Value

A matrix of estimated confidence intervals for model coefficients from an "OEFPIL" object. The matrix contains lower and upper confidence limits (columns) for each parameter (rows).

See Also

OEFPIL

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
##-- Continuing the coef.OEFPIL(.) example:

##Use of confint function
#one numerical value
confInt.OEFPIL(st1)

#vector of numerical values
confInt.OEFPIL(st1, signif.level = c(0.01,0.05,0.1))

#estimation of specified parameters
confInt.OEFPIL(st1 , signif.level = c(0.01,0.05,0.1), parm = c('b1','b2'))

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