Bootstrap inference for PMM2 fit
pmm2_inference(
object,
formula,
data,
B = 200,
seed = NULL,
parallel = FALSE,
cores = NULL
)data.frame with columns: Estimate, Std.Error, t.value, p.value
object of class PMM2fit
the same formula that was used initially
data frame that was used initially
number of bootstrap replications
(optional) for reproducibility
logical, whether to use parallel computing
number of cores to use for parallel computing, defaults to auto-detect