generate_model: Generate true model parameters

View source: R/exports.R

generate_modelR 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 "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.

Value

A matrix containing the model parameters.

See Also

powerly(), validate()


powerly documentation built on Sept. 9, 2022, 5:07 p.m.