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

Error when using "show.ci = FALSE"

cjpratt94 opened this issue · comments

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!