CausalQueries_internal_inherit_params {CausalQueries} | R Documentation |
Create parameter documentation to inherit
Description
Create parameter documentation to inherit
Usage
CausalQueries_internal_inherit_params(
model,
query,
join_by,
parameters,
P,
A,
data,
data_events,
node,
statement,
using,
n_draws
)
Arguments
model |
A |
query |
A character string. An expression defining nodal types to interrogate. An expression of the form "Y[X=1]" asks for the value of Y when X is set to 1 |
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 the parameters |
P |
A |
A |
A |
data |
A |
data_events |
A 'compact' |
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 |
Value
This function does not return anything. It is used to inherit roxygen documentation