Nothing
A list of DAG.node objects.
A DAG.node object specifying a single root node with:
- name: 'A'
- type: 'rbernoulli'
- no additional parameters
A DAG.node object specifying a single root node with:
- name: 'A'
- type: 'rbernoulli'
- with parameters: p=0.45
A DAG.node object specifying a single child node with:
- name: 'A'
- type: 'gaussian'
- parents: 'C', 'D'
- no additional parameters
A DAG.node object specifying a single child node with:
- name: 'A'
- type: 'gaussian'
- parents: 'C', 'D'
- betas: 1, 2
- intercept: 15
- with additional parameters: error
A DAG.node object using the following structural equation(s):
A ~ Bernoulli()
B ~ Bernoulli()
A DAG.node object using the following structural equation(s):
A ~ Bernoulli()
A DAG.node object using the following structural equation(s):
A ~ Bernoulli(0.45)
A DAG.node object using the following structural equation(s):
A ~ N()
A DAG.node object using the following structural equation(s):
A ~ N(15 + 1*C + 2*D, 4)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.