Displaying 1 result from an estimated 1 matches for "functionterm".
Did you mean:
functioniter
2005 Aug 06
1
problems with function-formating, please help
...> result
[,1]
[1,] 1.057852e-01
[2,] 2.854227e-02
[3,] 1.107150e-01
[4,] -1.606389e-05
fine....
but due to mass routines, i have to create the result-function automatically,
unfortunately it can only be generated via a paste-command as a character-string in quotes like:
functionterm <- "- 1.60638946783994e-05 + 384.649339378693 * x1 - 168.920548209815 * x2 - 693.51261768584 * x3 + 479.305764753298 * x1 * x3"
how on earth can i use that automatically generated functionterm (see line above),
unfortunately inclusive their quotes, in order to get a correct fomated f...