confint.parframe: Profile uncertainty extraction

Description Usage Arguments

View source: R/statistics.R

Description

extract parameter uncertainties from profiles

Usage

1
2
## S3 method for class 'parframe'
confint(object, parm = NULL, level = 0.95, ..., val.column = "data")

Arguments

object

object of class parframe, returned from profile function.

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.

level

the confidence level required.

...

not used right now.

val.column

the value column used in the parframe, usually 'data'.


dMod documentation built on Jan. 27, 2021, 1:07 a.m.