generate_model {powerly} | R Documentation |
Generate true model parameters
Description
Generate matrices of true model parameters for the supported true models.
These matrices are intended to passed to the model_matrix
argument of
powerly()
.
Usage
generate_model(type, ...)
Arguments
type |
Character string representing the type of true model. Possible
values are |
... |
Required arguments used for the generation of the true model. See
the True Models section of |
Value
A matrix containing the model parameters.
See Also
[Package powerly version 1.8.6 Index]