View source: R/04_profile_tools.R
confint.parframe | R Documentation |
extract parameter uncertainties from profiles
## S3 method for class 'parframe' confint(object, parm = NULL, level = 0.95, ..., val.column = "data")
object |
object of class |
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'. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.