print.cpreval_sim | R Documentation |
Simple print function for the cpreval_sim
objects
## S3 method for class 'cpreval_sim'
print(x, ...)
x |
A |
... |
Further arguments passed to or from other methods |
Prints object
Stephane Guerrier
# Samples without measurement error
sim_Rs(theta = 3/100, pi0 = 1/100, n = 1500, seed = 18)
# With measurement error
sim_Rs(theta = 3/100, pi0 = 1/100, n = 1500, alpha0 = 0,
alpha = 0.01, beta = 0.05, seed = 18)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.