Skip to content
Prev 155301 / 398513 Next

Help parametric boot

Hi R users
Is there any example for nonlinear parametric boot? I google it but I  
can't find it. I am interested in the parameter estimators of a  
nonlinear model. But I really don't know how to code it in the  
"ran.gen" statement (data set from ?nls)
+        start=c(Asym=337, xmid=16, scal=8))
+                ran.gen=ran.sim, mle=coef(fm1))
Error in nrow(data, mle) :
   unused argument(s) (c(337.605336871528, 16.0688379710354, 8.00747460385483))


Any suggestion would be very helpful.
many thanks in advance
Chunhao