funC0: Evaluation of algebraic expressions defined by characters
Description
Evaluation of algebraic expressions defined by characters
Usage
funC0(x, compile = TRUE)
Arguments
x
Name character vector, the algebraic expressions
compile
Logical. The function is either compiled (requires the inline package) or
evaluated in raw R.
Value
A prediction function f(mylist) where mylist is a list of numeric vectors that can
be coerced into a matrix. The names correspond to the symbols used in the algebraic expressions. The
function f returns a matrix.