View source: R/internal_inherit_params.R
CausalQueries_internal_inherit_params | R Documentation |
Create parameter documentation to inherit
CausalQueries_internal_inherit_params(
model,
query,
join_by,
parameters,
P,
A,
data,
data_events,
node,
statement,
using,
n_draws
)
model |
A |
query |
A character string. An expression defining nodal types to
interrogate |
join_by |
A logical operator. Used to connect causal statements: AND ('&') or OR ('|'). Defaults to '|'. |
parameters |
A vector of real numbers in [0,1]. Values of parameters to
specify (optional). By default, parameters is drawn from
|
P |
A |
A |
A |
data |
A |
data_events |
A |
node |
A character string. The quoted name of a node. |
statement |
A character string. A quoted causal statement. |
using |
A character string. Indicates whether to use 'priors', 'posteriors' or 'parameters'. |
n_draws |
An integer. If no prior distribution is provided,
generate prior distribution with |
This function does not return anything. It is used to inherit roxygen documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.