Dear all,

I get an error using betrag on this data set
:http://dl.dropbox.com/u/1866110/dump.csv.
I run it like this
regression f2.1=betareg(Y~X1+X2,data=dump)
summary(f2.1)

I get :

Call:
betareg(formula = Y ~ X1 + X2, data = dump)

Standardized weighted residuals 2:
Error in quantile.default(x$residuals) : 
  missing values and NaN's not allowed if 'na.rm' is FALSE
In addition: Warning message:
In sqrt(v * (1 - hatvalues(object))) : NaNs produced

Does anybody know how to fix this?

Oyvind



--
View this message in context: 
http://r.789695.n4.nabble.com/Error-using-betareg-tp3621955p3621955.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
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.

Reply via email to