confint.nonprobsvy {nonprobsvy} | R Documentation |
Confidence Intervals for Model Parameters
Description
A function that computes confidence intervals for selection model coefficients.
Usage
## S3 method for class 'nonprobsvy'
confint(object, parm, level = 0.95, ...)
Arguments
object |
object of nonprobsvy class. |
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 |
Value
An object with named columns that include upper and lower limit of confidence intervals.
[Package nonprobsvy version 0.1.0 Index]