print.plcp_multi_sim_summary: Print method for 'summary.plcp_multi_sim'-objects

print.plcp_multi_sim_summaryR Documentation

Print method for summary.plcp_multi_sim-objects

Description

Print method for summary.plcp_multi_sim-objects

Usage

## S3 method for class 'plcp_multi_sim_summary'
print(x, add_cols = NULL, bias = TRUE,
  power = TRUE, estimates = TRUE, digits = 2, ...)

Arguments

x

An object of class plcp_multi_sim_summary

add_cols

character vector; indicates the names of the additional columns that should be added to the output. Intended use case is when you want to add some of the setup parameters, this print method is not smart enough to figure out which parameters you are investigating.

bias

logical; indicates if parameter bias should be printed.

power

logical; indicates if empirical power should be printed.

estimates

logical; indicates if the parameter estimates should be printed.

digits

number of significant digits.

...

Optional arguments.


rpsychologist/powerlmm documentation built on May 11, 2023, 12:24 a.m.