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

formula(x) is deprecated error #14

Open
RAJohansen opened this issue Mar 22, 2021 · 0 comments
Open

formula(x) is deprecated error #14

RAJohansen opened this issue Mar 22, 2021 · 0 comments

Comments

@RAJohansen
Copy link
Owner

The function extract_lm_cv uses my_formula = as.formula(paste(parameter, "~" ,algorithm)) but when this is passed to the function extract_lm_cv_multi we receive the following error

"Using formula(x) is deprecated when x is a character vector of length > 1.
Consider formula(paste(x, collapse = " ")) instead."

Need to figure out a way to recode extract_lm_cv so that it works for single and multiple independent/dependent variables.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant