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 ?