Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
augment.mdl_df doesn't work when a mixed model is present
tsibbledata::olympic_running %>% aggregate_key(Length * Sex, Time = mean(Time)) %>% model(mean = MEAN(Time), naive = NAIVE(Time)) %>% mutate(mixed = (mean + naive) / 2) %>% augment() Error : Can't combine `mean` <lst_mdl> and `mixed` <lst_mdl>. ✖ Some attributes are incompatible. ℹ The author of the class should implement vctrs methods. ℹ See <https://vctrs.r-lib.org/reference/faq-error-incompatible-attributes.html>.
The text was updated successfully, but these errors were encountered:
6622dd2
mitchelloharawild
No branches or pull requests
augment.mdl_df doesn't work when a mixed model is present
The text was updated successfully, but these errors were encountered: