powered by
## S3 method for class 'betareg': predict(object, newdata = NULL, type = c("response", "link"), na.action = na.pass, ...)
"betareg"
newdata
NA
data("GasolineYield", package = "betareg") gy <- betareg(yield ~ gravity + pressure + temp10 + temp, data = GasolineYield) cbind( predict(gy, type = "response"), predict(gy, type = "link") )
Run the code above in your browser using DataLab