Skip to contents

Print and summary methods for simulations

Usage

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

# S3 method for class 'ligof_sims'
summary(object, alpha = 0.05, ...)

Arguments

x, object

The output from run_ligof_sims().

...

Not used.

alpha

(numeric) The significance level of the test.

Value

The print() method displays useful information about the simulation study (number of replications, time taken, model information, etc.). The output of summary() is a tibble() summarising the rejection rate for an alpha level test. For convenience, summary() displays the table in the command line interface.