Generates a matrix with a row per parameter and a column per data type.
make_parmap(model, A = NULL, P = NULL)
A matrix
A causal_model
. A model object generated by
make_model
.
A data.frame
. Ambiguity matrix. Not required but may be
provided to avoid repeated computation for simulations.
A data.frame
. Parameter matrix. Not required but may be
provided to avoid repeated computation for simulations.