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

tab_model bootstrap error

Yo-Hannes opened this issue · comments

‘sjPlot’ version 2.8.10.1
‘parameters’ version 0.16.9.100

Dear Daniel,

thank you for your awesome packages. I am trying to run the tab_model with bootstrapped CIs for a mixed model. However, I keep getting the error "Error in match.arg(ci_method, c("hdi", "quantile", "ci", "eti", "si", :
'arg' sollte eines von '“hdi”, “quantile”, “ci”, “eti”, “si”, “bci”, “bcai”' sein"
when using the bootstrap in the tab_model() command:
mod <- lmer(Reaction ~ Days + (Days | Subject), sleepstudy)
tab_model(mod, bootstrap = TRUE, iterations = 100)

When using model_parameters(mod, bootstrap = TRUE, iterations = 100,ci.method = "hdi") everything works.

How could I resolve this issue? Thank you!
Best,
Johannes