print.SUMMERmodel.svy: Print method for the smoothing models from 'smoothSurvey'.

View source: R/summary.R

print.SUMMERmodel.svyR Documentation

Print method for the smoothing models from smoothSurvey.

Description

This function is the print method for class SUMMERmodel.svy.

Usage

## S3 method for class 'SUMMERmodel.svy'
print(x, ...)

Arguments

x

output from smoothSurvey.

...

not used

Author(s)

Zehang Li

See Also

summary.SUMMERmodel.svy

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)
fit0

## End(Not run)

SUMMER documentation built on July 8, 2022, 9:05 a.m.