compute_statistics {simglm} | R Documentation |
Compute Power, Type I Error, or Precision Statistics
Description
Compute Power, Type I Error, or Precision Statistics
Usage
compute_statistics(
data,
sim_args,
power = TRUE,
type_1_error = TRUE,
precision = TRUE
)
Arguments
data |
A list of model results generated by |
sim_args |
A named list with special model formula syntax. See details and examples for more information. The named list may contain the following:
|
power |
TRUE/FALSE flag indicating whether power should be computed. Defaults to TRUE. |
type_1_error |
TRUE/FALSE flag indicating whether type I error rate should be computed. Defaults to TRUE. |
precision |
TRUE/FALSE flag indicating whether precision should be computed. Defaults to TRUE. |
[Package simglm version 0.8.9 Index]