strengejacke / sjPlot

sjPlot - Data Visualization for Statistics in Social Science

Home Page:https://strengejacke.github.io/sjPlot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tab_model() throwing error

davidcanarte opened this issue · comments

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.

commented

Do you have a reproducible example? What model functions / packages are you using?

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.