strengejacke / sjPlot

sjPlot - Data Visualization for Statistics in Social Science
https://strengejacke.github.io/sjPlot
606 stars 91 forks source link

tab_model #844

Closed ringeck56 closed 1 year ago

ringeck56 commented 2 years ago

I am getting the following message:

Error: 'is_empty_object' is not an exported object from 'namespace:insight'

when I apply the tab_model function to any model name, such as for example:

mod2 <- lm(Petal.Length ~ Species + Petal.Width, data=iris) sjPlot::tab_model(mod2, file = "~/Desktop/model2.doc")

What does that error message mean?

strengejacke commented 2 years ago

Have you updated all your packages?

Elen91 commented 2 years ago

I have the same issue. I've updated all my packages, but the problem still remains.

strengejacke commented 1 year ago

See https://github.com/strengejacke/sjPlot/issues/769#issuecomment-1491384638