You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if nls fails to converge, GCAT immediately switches to an alternative model. See if changing the initial guess would help first. Try randomly changing all initial guess values by 10% and fitting again. If still fails, what about a larger change, e.g. 30% or 50%?
If Richards model fails, GCAT switches to logistic. This is not necessarily the best choice. Try fitting both logistic and Gompertz, then choose the one with the lower RSS.
Record the fact that a fit has failed in a slot in the well object.
Currently, if nls fails to converge, GCAT immediately switches to an alternative model. See if changing the initial guess would help first. Try randomly changing all initial guess values by 10% and fitting again. If still fails, what about a larger change, e.g. 30% or 50%?
If Richards model fails, GCAT switches to logistic. This is not necessarily the best choice. Try fitting both logistic and Gompertz, then choose the one with the lower RSS.
Record the fact that a fit has failed in a slot in the well object.