Skip to content
New issue

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

ts_lag_correlations() fails on non numeric .x columns #380

Closed
spsanderson opened this issue Nov 15, 2022 · 1 comment
Closed

ts_lag_correlations() fails on non numeric .x columns #380

spsanderson opened this issue Nov 15, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@spsanderson
Copy link
Owner

make sure that the tibble used for the correlation matrix is the value column and it's lags only.

@spsanderson
Copy link
Owner Author

This will probably work:

#dplyr::select(-{{ date_col_var_expr }})) %>%
dplyr::select(dplyr::starts_with("value")) %>%

Repository owner moved this from Todo to Done in @spsanderson's Repository Issue Overview Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant