Description Usage Arguments Details Value Author(s) See Also Examples
Create ovariable
s more conveniently
1 2 3 4 |
name |
|
data |
|
formula |
|
dependencies |
|
ddata |
|
output |
|
marginal |
|
subset |
|
getddata |
if TRUE dynamic data link will be activated immediately, which means that by default data will not be refreshed at model runtime |
save |
if TRUE resulting |
public |
if TRUE |
... |
more arguments can be passed onto |
Just a regular constructor with integrated dynamic data link activation and storing options.
See also: http://en.opasnet.org/
Returns an ovariable
.
T. Rintala teemu.rintala.a@gmail.com
1 2 3 4 | ## Not run: Ovariable("A", ddata = "Op_en5674", getddata = TRUE)
k <- Ovariable("k", output = data.frame(B = "a", Result = 1))
o <- Ovariable("o", output = data.frame(B = "a", Result = 2))
k*o
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.