causl_model | R Documentation |
causl_model
objectThis defines a causl_model
object, that can be used either for simulation
or inference.
causl_model(
formulas,
family,
pars,
link,
dat = NULL,
method = "inversion",
kwd = "cop",
control = list()
)
formulas |
list of lists of formulas |
family |
families for variables and copula |
pars |
list of lists of parameters |
link |
list of link functions |
dat |
optional data frame of covariates |
method |
either |
kwd |
word used for copula formula and parameters |
control |
list of options for the algorithm |
The components formulas
and family
must both be specified, and have
matching lengths. If pars
is specified, then the model can be used for
simulation and inference, if not then only for inference. link
is optional,
and if not specified default links will be used.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.