tab_model errors

Hi all,

First of all, I kind of new to R so bear with me. I am trying to export a coefficient table from a multiple regression using the tab_model() function from the sjPlot package. My model has four predictors, two of which are factors. When i call the function it returns this error:

Error in data.frame(..., stringsAsFactors = FALSE) :
arguments imply differing number of rows: 11, 8

I've tried looking around on google but I can't figure it out.
Does anyone have suggestions how to solve this or how else to export the coeff tables ?

there is a detailed vignette on tab_model() here: https://strengejacke.github.io/sjPlot/articles/tab_model_estimates.html

Yes I saw that in the first place, but still it doesn't really say anything about the error I got...

well, we dont see your code, and we dont see your data.
you could make a reprex
FAQ: How to do a minimal reproducible example ( reprex ) for beginners

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.