Create a bootstrap object.
Bootstrap(
data,
id = "BS_ID",
replacement = FALSE,
random = FALSE,
export_id = FALSE
)
a bootstrap object
data frame to be bootstrapped. It must have a unique identifier column named according to the specified argument 'id' (default value is 'BS_ID'). Other columns are covariates to bootstrap. They must all be numeric. Whatever the configuration of the bootstrap, these covariates are always read row by row and belong to a same individual.
unique identifier column name in data
values can be reused or not when drawn, logical
values are drawn randomly, logical
tell CAMPSIS if the identifier 'BS_ID' must be output or not, logical