Learn R Programming

pempi (version 1.0.0)

print.cpreval: Print estimation results

Description

Simple print function for the four estimators (i.e. mle, conditional mle, moment based and survey sample).

Usage

# S3 method for cpreval
print(x, ...)

Value

Prints object

Arguments

x

A cpreval object

...

Further arguments passed to or from other methods

Author

Stephane Guerrier

Examples

Run this code
X = sim_Rs(theta = 3/100, pi0 = 1/100, n = 1500, seed = 18)
survey_mle(X$R, X$n)

Run the code above in your browser using DataLab