Re: [R] The profile log-likelihood problem

2013-11-21 Thread Duncan Mackay
Sent: Thursday, 21 November 2013 12:43 To: r-help@r-project.org Cc: roslinazairi...@ump.edu.my Subject: [R] The profile log-likelihood problem Hi, Im still new to R and I have a problem regarding the code below. I don't know how to solve that. I want to compute profile log-likelihood usin

[R] The profile log-likelihood problem

2013-11-20 Thread smart hendsome
Hi, Im still new to R and I have a problem regarding the code below. I don't know how to solve that. I want to compute profile log-likelihood using the rainfall data. I use the code below from Dunn: " tweedie.profile(Amount~Year*Month,p.vec=seq(1.35,1.75,length=50),method="series",do.ci=TRUE)