Re: [R] Help, zero-truncated Binomial distribution

2018-06-18 Thread Bert Gunter
Search! My first hit on a google search of "zero truncated binomial" was this: https://rdrr.io/cran/actuar/man/ZeroTruncatedBinomial.html which appears to be what you want. Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things in

Re: [R] Help, zero-truncated Binomial distribution

2018-06-18 Thread Jeff Newmiller
Mailing list etiquette requires that you don't start a new thread by replying to an existing thread. Start a new thread with a fresh email. Also, this is a plain text mailing list... HTML formatting gets removed and what is left often does not look to the list readers like what you sent. Read t

Re: [R] Help, zero-truncated Binomial distribution

2018-06-18 Thread peter dalgaard
I think you can pretty much copy what is in that reference while substituting "binom" for "pois" (not quite, but you get the point?) -pd > On 18 Jun 2018, at 17:31 , Gagandeep S. Datta > wrote: > > Hi, > > Is there a code available for zero-truncated Binomial distribution on the > lines of