see
see copied to clipboard
see::plot.see_parameters_model SORT argument not functioning ...
reprex ...
require(easystats)
# Attaching packages: easystats 0.4.3. (macOS Big Sur 11.6)
# ✔ insight 0.14.4 ✔ datawizard 0.2.1
# ✔ bayestestR 0.11.0 ✔ performance 0.8.0
# ✔ parameters 0.14.0.3 ✔ effectsize 0.5
# ✔ modelbased 0.7.0 ✔ correlation 0.7.1
# ✔ see 0.6.8 ✔ report 0.4.0
m <- download_model("brms_meta_1")
mp <- model_parameters(m)
## all good ... but neither of the following plot calls acknowledge the sort argument
## see::plot.see_parameters_model
plot(mp,sort="ascending",show_labels=TRUE)
## nor
plot(mp,sort=TRUE,show_labels=TRUE)
I'm not sure we have the sort option enabled for meta analyses models. I'll look into this.