Re: [R] simulation for equation with two variables

2011-07-21 Thread David Winsemius
On Jul 21, 2011, at 1:42 PM, Benjamin Caldwell wrote: That is, run all possible combinations of the two vectors through the equation. *Ben * For "all combinations" the usual route is data preparation with either expand.grid() or outer() On Thu, Jul 21, 2011 at 10:04 AM, Benjamin Caldwel

Re: [R] simulation for equation with two variables

2011-07-21 Thread Benjamin Caldwell
That is, run all possible combinations of the two vectors through the equation. *Ben * On Thu, Jul 21, 2011 at 10:04 AM, Benjamin Caldwell wrote: > Hi, > I'm trying to run a basic simulation and sensitivity test by running an > equation with two variables and then plotting the results against