print.cpreval_sim: Print (simulated) sample

View source: R/simulate.R

print.cpreval_simR Documentation

Print (simulated) sample

Description

Simple print function for the cpreval_sim objects

Usage

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

Arguments

x

A cpreval_sim object

...

Further arguments passed to or from other methods

Value

Prints object

Author(s)

Stephane Guerrier

Examples

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

pempi documentation built on Oct. 9, 2023, 5:10 p.m.