We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My code:
in_model <- lm(as.formula(paste("max_def~", paste(att_list2, collapse = "+"))), data = t2) step_wise <- ols_step_both_p(in_model, pent = 0.05, prem = 0.05, details = TRUE )
This is the error message:
Error in data.frame(model = rep(seq_len(all_step), lbetas), predictor = names(betas), : arguments imply differing number of rows: 39, 35
The text was updated successfully, but these errors were encountered:
Hi @yayyb Is it possible to share the data (after anonymizing), so that we can debug this further.
Sorry, something went wrong.
I met the same problem. Could you tell me how did you solve it?
Hi @wbw111, is it possible to share a reproducible example that will help us debug the error?
aravindhebbali
No branches or pull requests
My code:
in_model <- lm(as.formula(paste("max_def~", paste(att_list2, collapse = "+"))), data = t2)
step_wise <- ols_step_both_p(in_model, pent = 0.05, prem = 0.05, details = TRUE )
This is the error message:
Error in data.frame(model = rep(seq_len(all_step), lbetas), predictor = names(betas), :
arguments imply differing number of rows: 39, 35
The text was updated successfully, but these errors were encountered: