We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
I'm not sure we have the sort option enabled for meta analyses models. I'll look into this.
Sorry, something went wrong.
No branches or pull requests
reprex ...
The text was updated successfully, but these errors were encountered: