Generate matrices of true model parameters for the supported true models.
These matrices are intended to passed to the model_matrix
argument of
powerly()
.
generate_model(type, ...)
A matrix containing the model parameters.
Character string representing the type of true model. Possible
values are "ggm"
(the default).
Required arguments used for the generation of the true model. See
the True Models section of powerly()
for the arguments
required for each true model.
powerly()
, validate()