simulate_heterogeneity {simglm} | R Documentation |
Tidy heterogeneity of variance simulation
Description
This function simulates heterogeneity of level one error variance.
Usage
simulate_heterogeneity(data, sim_args, ...)
Arguments
data |
Data simulated from other functions to pass to this function. This function needs to be specified after 'simulate_fixed' and 'simulate_error'. |
sim_args |
A named list with special model formula syntax. See details and examples for more information. The named list may contain the following:
|
... |
Other arguments to pass to error simulation functions. |
[Package simglm version 0.8.9 Index]