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
Hi,
When adding nls model predictions to tibble, where nls model includes categorical variable (a factor) add_predictions() seems to assume the tibble is ordered by that factor.
see example below. Works fine for glm models though, so wasn't sure whether to post here or on the nls pages.
Claire
modelr is now superseded, which means that we'll only perform critical bug fixes needed to keep it on CRAN. Thanks for contributing this idea and my apologies that it took so long to inform you that this package is no longer under development.
Hi,
When adding nls model predictions to tibble, where nls model includes categorical variable (a factor) add_predictions() seems to assume the tibble is ordered by that factor.
see example below. Works fine for glm models though, so wasn't sure whether to post here or on the nls pages.
Claire
The text was updated successfully, but these errors were encountered: