summary.SUMMERmodel.svy {SUMMER} | R Documentation |
Summary method for the smoothing model and output from smoothSurvey
.
Description
This function is the summary method for class SUMMERmodel.svy
.
Usage
## S3 method for class 'SUMMERmodel.svy'
summary(object, ...)
Arguments
object |
output from |
... |
not used |
Author(s)
Zehang Li
See Also
Examples
## Not run:
data(DemoData2)
data(DemoMap2)
fit0 <- smoothSurvey(data=DemoData2,
Amat=DemoMap2$Amat, responseType="binary",
responseVar="tobacco.use", strataVar="strata",
weightVar="weights", regionVar="region",
clusterVar = "~clustid+id", CI = 0.95)
summary(fit0)
## End(Not run)
[Package SUMMER version 1.4.0 Index]