An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110121/01ba6db2/attachment.pl>
Maxiter specification in R
2 messages · Hongwei Dong, David Winsemius
On Jan 21, 2011, at 12:34 PM, Hongwei Dong wrote:
Dear R users, I'm having a problem with maxiter specification in VGLM function. I tried to increase the number of iteration to 100, but it still stopped at 30, which is the default. Here is my script: FIT <- vglm(SFH_PCT ~ RD_DEN + CAR_HH + TRS + RES_L, tobit(Lower=0), maxiter = 100)
?vglm.control
David Winsemius, MD West Hartford, CT