Dear friends, I have a sample dataset, which is basically the number of transits through a particular waterway, and is on a daily basis.
MyDat <- dataset$DailyTransits What I´d like to do is to test whether MyDat follows a poisson distribution or not. What R function could accomplish this? Any help and/or guidance will be greatly appreciated, Best regards, Paul [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.