confint.nonprob | R Documentation |
A generic function that returns the confidence interval
for the estimated mean. If standard errors have not been estimated, the function
updates the nonprob
object to obtain standard errors.
## S3 method for class 'nonprob'
confint(object, parm, level = 0.95, ...)
object |
object of |
parm |
names of parameters for which confidence intervals are to be computed, if missing all parameters will be considered. |
level |
confidence level for intervals. |
... |
additional arguments |
returns a data.frame
with confidence intervals for the target variables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.