boa.chain.eval {boa} | R Documentation |
Evaluates a user-specified expression to formulate a new parameter in each of the system lists of MCMC sequences.
boa.chain.eval(expr, pname)
expr |
S expression object used to formulate the new parameter. Typically, the new parameter is a function of the existing parameters. |
pname |
Name given to the new parameter. |
The specified parameter is added to the session lists of MCMC sequences.
Brian J. Smith