Description Usage Arguments Value Examples
Evaluation of algebraic expressions defined by characters
1 2 3 4 5 6 7 8 9 10 |
x |
Object of class |
variables |
character vector, the symbols that should be treated as variables |
parameters |
character vector, the symbols that should be treated as parameters |
compile |
Logical. Directly compile the file. If |
modelname |
file name of the generated C file. See description of parameter |
verbose |
Print compiler output to R command line. |
convenient |
logical, if TRUE return a function with argument |
warnings |
logical. Suppress warnings about missing variables/parameters that are automatically replaced by zero values. |
Either a prediction function f(..., attach.input = FALSE)
where the
variables/parameters are passed as named arguments or a prediction function
f(M, p, attach.input = FALSE)
where M
is the matrix of variable values
(colums with colnames correspond to different variables) and p
is the vector of
parameter values.
The argument attach.input
determines whether M
is attached to the output.
The function f
returns a matrix.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.