print.cpreval {pempi} | R Documentation |
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 class 'cpreval'
print(x, ...)
Arguments
x |
A |
... |
Further arguments passed to or from other methods |
Value
Prints object
Author(s)
Stephane Guerrier
Examples
X = sim_Rs(theta = 3/100, pi0 = 1/100, n = 1500, seed = 18)
survey_mle(X$R, X$n)
[Package pempi version 1.0.0 Index]