Learn R Programming

lavaSearch2 (version 1.4)

summary.calibrateType1: Display the Type 1 Error Rate

Description

Display the type 1 error rate from the simulation results.

Usage

# S3 method for calibrateType1
summary(object, robust = FALSE,
  type = "type1error", alpha = 0.05, log.transform = TRUE,
  digits = 5, print = TRUE, ...)

Arguments

object

output of the calibrateType1 function.

robust

[character] should the results be displayed for both model-based and robust standard errors (TRUE), only model-based standard error (FALSE), or only robust standard error ("only")?

type

[character] should the type 1 error rate be diplayed ("type1error") or the bias ("bias").

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.