Learn R Programming

EstemPMM (version 0.1.1)

pmm2_inference: Bootstrap inference for PMM2 fit

Description

Bootstrap inference for PMM2 fit

Usage

pmm2_inference(
  object,
  formula,
  data,
  B = 200,
  seed = NULL,
  parallel = FALSE,
  cores = NULL
)

Value

data.frame with columns: Estimate, Std.Error, t.value, p.value

Arguments

object

object of class PMM2fit

formula

the same formula that was used initially

data

data frame that was used initially

B

number of bootstrap replications

seed

(optional) for reproducibility

parallel

logical, whether to use parallel computing

cores

number of cores to use for parallel computing, defaults to auto-detect