getCoefficients {dMod} | R Documentation |
Get coefficients from a character
Description
Get coefficients from a character
Usage
getCoefficients(char, symbol)
Arguments
char |
character, e.g. "2*x + y" |
symbol |
single character, e.g. "x" or "y" |
Value
numeric vector with the coefficients
[Package dMod version 1.0.2 Index]