Re: [R] reading simulations

2011-02-19 Thread Peter Ehlers
On 2011-02-19 07:35, garciap wrote: Hi to all the people (again), I'm doing some simulations with the memisc package of an own function, but I've the problem that I didn't know how to read the result of such simulations. My function is: Torre<-function(a1,N1,a2,N2) + {Etorre<-(a1*N1)/(1+a1*N

Re: [R] reading simulations

2011-02-19 Thread David Winsemius
On Feb 19, 2011, at 10:35 AM, garciap wrote: Hi to all the people (again), I'm doing some simulations with the memisc package of an own function, but I've the problem that I didn't know how to read the result of such simulations. My function is: Torre<-function(a1,N1,a2,N2) + {Etorre<-(

[R] reading simulations

2011-02-19 Thread garciap
Hi to all the people (again), I'm doing some simulations with the memisc package of an own function, but I've the problem that I didn't know how to read the result of such simulations. My function is: > Torre<-function(a1,N1,a2,N2) + {Etorre<-(a1*N1)/(1+a1*N1) + Efuera<-(a2*N2)/(1+a2*N2) + if(Et