confint.artlm | R Documentation |
Confidence Intervals for Linear ART Parameters
## S3 method for class 'artlm' confint(object, parm, nrg = 10000, level = 0.95)
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. |
nrg |
an |
level |
the confidence level required. Defaults to 95% |
an |
object of class |
A matrix (or vector) with columns giving lower and upper confidence limits for each parameter. These will be labeled as (1-level)/2 and 1 - (1-level)/2 in % (by default 2.5% and 97.5%).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.