Betareg causes memory allocation issue
问题 I am trying to run a beta regression model in R using the betareg package. However, I am surprisingly running into memory size issue. Let me explain why this surprises me. I am using Windows 7, 64 Bit, R-64, and have 32 GB in RAM. The betareg command I am running is:: br1 <- betareg(dfp ~ ago + evl + spe + low + poly(fpt, 4, raw = T), data = tt[tt$zero_one_ind == 1, ], model = T, y = F, x = F) The object size of the betareg model is: print(object.size(br1), units = "Mb") 46 Mb This is the