strengejacke / sjPlot

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

Error when using "show.ci = FALSE" #824

Open cjpratt94 opened 2 years ago

cjpratt94 commented 2 years ago

After updating to the latest version of sjPlot (2.8.10) the tab_model function is giving me the following error when I include the argument show.ci = FALSE:

Error in ci[parm, , drop = FALSE] : subscript out of bounds

The function documentation specifies the argument as logical, so FALSE should be allowed (it was in the previous version I had installed). If I remove that argument from the function it runs fine.

I haven't included reproducible code because the problem seems to be with the function argument rather than anything having to do with my data.

Please advise!