Description Usage Arguments Value Author(s) Examples
Creates a dataframe from the variables defined in an expression by cbind
ing the corresponding data found in the workspace. This is a convenience function for creating a dataframe to be passed to propagate
, when starting with data which was simulated from distributions, i.e. when type = "sim"
. Will throw an error if a variable is defined in the expression but is not available from the workspace.
1 | makeDat(expr)
|
expr |
an expression to be use for |
A dataframe containing the data defined in expr
in columns.
Andrej-Nikolai Spiess
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.