Display the type 1 error rate from the simulation results.
# S3 method for calibrateType1
summary(
object,
robust = FALSE,
type = "type1error",
alpha = 0.05,
log.transform = TRUE,
digits = 5,
print = TRUE,
...
)
output of the calibrateType1
function.
[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"
)?
[character] should the type 1 error rate be diplayed ("type1error"
) or the bias ("bias")
.
[numeric, 0-1] the confidence levels.
[logical] should the confidence intervals be computed on the logit scale.
[integer >0] the number of decimal places to use when displaying the summary.
should the summary be printed in the terminal.
[internal] only used by the generic method.