replicate_simulation: Replicate Simulation

View source: R/pow_sim.r

replicate_simulationR Documentation

Replicate Simulation

Description

Replicate Simulation

Usage

replicate_simulation(sim_args, return_list = FALSE, future.seed = TRUE, ...)

Arguments

sim_args

A named list with special model formula syntax. See details and examples for more information. The named list may contain the following:

  • fixed: This is the fixed portion of the model (i.e. covariates)

  • random: This is the random portion of the model (i.e. random effects)

  • error: This is the error (i.e. residual term).

return_list

TRUE/FALSE indicating whether a full list output should be returned. If TRUE, the nested list is returned. If FALSE, replications are combined with a replication id appended.

future.seed

TRUE/FALSE or numeric. Default value is true, see future_replicate.

...

Currently not used.


lebebr01/simglm documentation built on April 8, 2024, 9:03 p.m.