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
Hi Daniel
I am exporting several fixed effects models (5 models) to html. However, I am having the error bellow. What can I do?
PS: I am retaking this project after some months and I was able to export all models to html without problems.
Error in purrr::map2(): ℹ In index: 1. ℹ With name: m5_fam_lat. Caused by error in insight::get_data(model, verbose = FALSE)[, insight::find_random( model, split_nested = TRUE, flatten = TRUE), drop = FALSE]: ! Can't subset columns that don't exist. ✖ Column ego_ID doesn't exist.
purrr::map2()
insight::get_data(model, verbose = FALSE)[, insight::find_random( model, split_nested = TRUE, flatten = TRUE), drop = FALSE]
ego_ID
The text was updated successfully, but these errors were encountered:
Do you have a reproducible example? What model functions / packages are you using?
Sorry, something went wrong.
Dear Daniel! I apologize for the late reply. Where can I send you reproducible example?
Dear Daniel, I fixed it. You can close this case.
No branches or pull requests
Hi Daniel
I am exporting several fixed effects models (5 models) to html. However, I am having the error bellow. What can I do?
PS: I am retaking this project after some months and I was able to export all models to html without problems.
Error in
purrr::map2()
:ℹ In index: 1.
ℹ With name: m5_fam_lat.
Caused by error in
insight::get_data(model, verbose = FALSE)[, insight::find_random( model, split_nested = TRUE, flatten = TRUE), drop = FALSE]
:! Can't subset columns that don't exist.
✖ Column
ego_ID
doesn't exist.The text was updated successfully, but these errors were encountered: