## Reason - Because current `fit_growth` is weak. - Because `optim-loglikelihood` is not strong? - `bbmle::mle2` is much more robust option ## Problem - `bbmle::mle2` requires listed parameters rather than vector. ## Prototype ``` fit_growth_mle(dat, ps = c(Linf, K, t0), model = "VB", setorigin = FALSE) ``` ## Expected return - tibble of estimated parameters.
Reason
fit_growthis weak.optim-loglikelihoodis not strong?bbmle::mle2is much more robust optionProblem
bbmle::mle2requires listed parameters rather than vector.Prototype
Expected return