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

Argument 'df_method' is deprecated. Please use 'ci_method' instead.

xgirouxb opened this issue · comments

This message seems ubiquitous when using sjPlot::plot_model() or sjPlot::get_model_data(). I'm not including a reprex because it shows up just by using the function. It happens with both the CRAN version and latest dev snapshot on Github. A google search even shows it in the examples in your docs: https://strengejacke.github.io/sjPlot/reference/plot_models.html. Is there a way to turn this off. Either way, I guess it's low priority given that it doesn't affect the function outputs (as far as I can tell).

Thanks for the awesome packages by the way!

Was just looking for this as well, same with latest build as well as stable version.
Cheers

Nothing serious, we just renamed the argument df_method into ci_method in the parameters package, that's why this method pops up. Should be fixed with the latest commit.