[R] what is wrong with this code?

deanj2k dl120 at le.ac.uk
Tue May 19 21:52:20 CEST 2009


dlogl <- -(n/theta)-sum((y/(theta)^2)*((1-exp(y/theta))/(1+exp(y/theta)))

d2logl <- (n/theta^2) - sum((-2y/theta^3)*(1-exp(y/theta))/(1+exp(y/theta)))
- sum(((2*y/theta^4)*exp(y/theta))/((1+exp(y/theta))^2))

returns the error message:
Error: unexpected symbol in:
"dlogl <- -(n/theta)-sum((y/(theta)^2)*((1-exp(y/theta))/(1+exp(y/theta)))
d2logl"

do you know what i have done wrong
-- 
View this message in context: http://www.nabble.com/what-is-wrong-with-this-code--tp23623227p23623227.html
Sent from the R help mailing list archive at Nabble.com.




More information about the R-help mailing list