Re: [R] Maxiter specification in R

2011-01-21 Thread 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

[R] Maxiter specification in R

2011-01-21 Thread Hongwei Dong
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 Gar