add_constants {EMC2} | R Documentation |
Augments parameter matrix or vector p with constant parameters (also used in data)
add_constants(p, constants)
p |
either a matrix or vector of parameters |
constants |
a named vector of constants |
a matrix or vector, depending on input, with the varying parameters and constants combined.