[R] skipping an error message

Jim Lemon jim at bitwrit.com.au
Mon Apr 7 10:49:38 CEST 2014


On 04/07/2014 06:46 PM, Naser Jamil wrote:
> Hi Jim,
> Thanks for the suggestion. What I understand is trying something like
>
> tryCatch(nlme(conc~f2(dose,Theta1,Theta
> 2,Theta3,t),
>   fixed=Theta1+Theta2+Theta3~1,
>   data=grouped.data,
>   random=Theta1+Theta2+Theta3~1,
>   start=list(fixed=ini.pkpara))
>              )
>
> Is that correct?
>
> Once again thanks.
>
> Regards,
> Jamil.
>
Yes, I think that will do what you want.

Jim




More information about the R-help mailing list