confint | R Documentation |
blm
and lexpit
objects.Return the confidence intervals for specified parameters and confidence level.
signature(object = "blm", parm, level = 0.95,...)
:
Returns confidence interval (at a given level
) for the specified regression parameters.
signature(object = "lexpit", parm, level = 0.95,...)
:
Returns confidence interval (at a given level
) for the specified regression parameters.
Stephanie Kovalchik s.a.kovalchik@gmail.com
data(ccdata) fit <- lexpit(y~female, y~packyear, data = ccdata, weight = ccdata$w, strata = ccdata$strata) confint(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.