I would first reccomend you to update your version of R. Then download the libraries rmutil and gnlm from Jim Lindsey at http://www.luc.ac.be/~jlindsey/rcode.html decompress and store the files in your "library" folder. Sorry but you will have to donwload a package unless you seriously want to re-invent the wheel. Finally try library(gnlm) ?fit.dist()
Cheers Francisco >From: Thomas Isenbarger <[EMAIL PROTECTED]> >To: [email protected] >Subject: [R] poisson fit for histogram >Date: Wed, 20 Jul 2005 10:40:51 -0500 > >I haven't been an R lister for a bit, but I hope to enlist someone's >help here. I think this is a simple question, so I hope the answer >is not much trouble. Can you please respond directly to this email >address in addition to the list (if responding to the list is >warranted)? > >I have a histogram and I want to see if the data fit a Poisson >distribution. How do I do this? It is preferable if it could be >done without having to install any or many packages. > >I use R Version 1.12 (1622) on OS X > >Thank-you very much, >Tom Isenbarger > > >-- >Tom Isenbarger PhD >[EMAIL PROTECTED] >608.265.0850 > > > [[alternative HTML version deleted]] > >______________________________________________ >[email protected] mailing list >https://stat.ethz.ch/mailman/listinfo/r-help >PLEASE do read the posting guide! >http://www.R-project.org/posting-guide.html ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
