R code

math25

New member
Joined
Oct 3, 2011
Messages
33
Hi,

What is the R code to estimate the parameter lambda of the Poisson distribution.

I tried
>data
> mean_per_seq <- (data$occ %*% data$freq)?1000 but I am not sure if this is correct.

Also, what is the R code to find 95 % confidence interval of the parameter lambda.

Thanks
 
Top