summary.calibrateType1 {lavaSearch2} | R Documentation |
Display the Type 1 Error Rate
Description
Display the type 1 error rate from the simulation results.
Usage
## S3 method for class 'calibrateType1'
summary(
object,
robust = FALSE,
type = "type1error",
alpha = 0.05,
log.transform = TRUE,
digits = 5,
print = TRUE,
...
)
Arguments
object |
output of the |
robust |
[character] should the results be displayed for both model-based and robust standard errors ( |
type |
[character] should the type 1 error rate be diplayed ( |
alpha |
[numeric, 0-1] the confidence levels. |
log.transform |
[logical] should the confidence intervals be computed on the logit scale. |
digits |
[integer >0] the number of decimal places to use when displaying the summary. |
print |
should the summary be printed in the terminal. |
... |
[internal] only used by the generic method. |
[Package lavaSearch2 version 2.0.3 Index]