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) Thanks Gary [[alternative HTML version deleted]]
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