Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

see::plot.see_parameters_model SORT argument not functioning ... #198

Open
MilaniC opened this issue Oct 7, 2021 · 1 comment
Open

see::plot.see_parameters_model SORT argument not functioning ... #198

MilaniC opened this issue Oct 7, 2021 · 1 comment

Comments

@MilaniC
Copy link

MilaniC commented Oct 7, 2021

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)
@strengejacke
Copy link
Member

strengejacke commented Oct 7, 2021

I'm not sure we have the sort option enabled for meta analyses models. I'll look into this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants