Re: [R] rpois > 0

2011-10-17 Thread knut-o
thanks guys!! your great -- View this message in context: http://r.789695.n4.nabble.com/rpois-0-tp3906239p3912203.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r

Re: [R] rpois > 0

2011-10-15 Thread Rolf Turner
On 16/10/11 03:45, peter dalgaard wrote: On Oct 15, 2011, at 01:44 , Rolf Turner wrote: On 15/10/11 10:15, knut-o wrote: Hello what is the easiest way to generate rpois(m,lambda) but only values greater than 0 and length = m. tanks, knut The rpospois() function from the VGAM package is what y

Re: [R] rpois > 0

2011-10-15 Thread peter dalgaard
On Oct 15, 2011, at 01:44 , Rolf Turner wrote: > On 15/10/11 10:15, knut-o wrote: >> Hello >> what is the easiest way to generate rpois(m,lambda) but only values greater >> than 0 and length = m. >> tanks, knut > > The rpospois() function from the VGAM package is what you are looking for. > Or

Re: [R] rpois > 0

2011-10-14 Thread Rolf Turner
On 15/10/11 10:15, knut-o wrote: Hello what is the easiest way to generate rpois(m,lambda) but only values greater than 0 and length = m. tanks, knut The rpospois() function from the VGAM package is what you are looking for. I found this by doing: RSiteSearch("truncated Poisson") and scr

[R] rpois > 0

2011-10-14 Thread knut-o
Hello what is the easiest way to generate rpois(m,lambda) but only values greater than 0 and length = m. tanks, knut -- View this message in context: http://r.789695.n4.nabble.com/rpois-0-tp3906239p3906239.html Sent from the R help mailing list archive at Nabble.com.