Description Usage Arguments Value See Also
View source: R/sim_mixed_dag.R
sim_mixed_dag
is a generic function used to simulate
datasets from paramteric and non paramteric DAG models.
1 | sim_mixed_dag(dag_model, ...)
|
dag_model |
An object of either class 'paramteric_dag_model' or 'non_paramteric_dag_model'. |
... |
additional arguments to dispatched method. |
A data.frame simulated from dag_model
.
sim_mixed_dag.non_parametric_dag_model
, sim_mixed_dag.parametric_dag_model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.