print.CPreval: Print sample survey

Description Usage Arguments Value Author(s) Examples

View source: R/estimation.R

Description

Simple print function for the sample survey estimator

Usage

1
2
## S3 method for class 'CPreval'
print(x, ...)

Arguments

x

A CPreval object

...

Further arguments passed to or from other methods

Value

Prints the sample survey

Author(s)

Stephane Guerrier

Examples

1
2
X = sim_Rs(p = 3/100, pi0 = 1/100, n = 1500, seed = 18)
survey_sample(X$R, X$n)

stephaneguerrier/CPreval documentation built on June 6, 2020, 2:28 a.m.