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
Error in fit_single_optimizer(tmb_data = tmb_data, formula_parts = formula_parts, :
Assertion on 'all.vars(model_formula)' failed: Must be a subset of {'log(fev1)','trt','time','pts','(weights)'}, but has additional elements {'fev1'}.
in #396 we may break something and we should fix them
cool. So generally I would say, in such cases no need to open a new issue on the repo - just comment on the PR conversation page and resolve there (because the PR is not merged yet, still ongoing work anyway)
it is natural and allowed in other linear models that the transformation applied to response can work, e.g.
however mmrm has some issues related to it
works
however in the vignette of #396
do not work and gives error like
Error in fit_single_optimizer(tmb_data = tmb_data, formula_parts = formula_parts, :
Assertion on 'all.vars(model_formula)' failed: Must be a subset of {'log(fev1)','trt','time','pts','(weights)'}, but has additional elements {'fev1'}.
in #396 we may break something and we should fix them
The text was updated successfully, but these errors were encountered: