#statstab #282 Plotting ordinal logistic predicted effects on latent scale of ordinal outcome {ggeffects}
Thoughts: An interesting discussion on plotting ordinal data on the latent scale or probability scale.
I know it's shameless self-promotion (forgive me), but the examples of `conditional_values()` can also be used to demonstrate the intuitive user interface from {ggeffects}, also using the okabe-ito palette. See following code (in Alt-text), and plot results in the 2nd post... #ggeffects #rstats
RE: https://bsky.app/profile/did:plc:vyspvwpd2wp4rt3sg3guwefm/post/3lc5tv6nmec2h
The function has a simple API and should be as intuitive as `ggpredict()` and friends. It can be used for many common use cases of calculating contrasts and pairwise comparisons. A detailed vignetted is here: https://strengejacke.github.io/ggeffects/articles/introduction_comparisons.html ...there still might be the need for more sophisticated comparisons. In this case, I recommend using the marginaleffects package directly. Some further related recommended reading is, e.g. the vignettes about "Comparisons"(https://vincentarelbundock.github.io/marginaleffects/articles/comparisons.html) #rstats #ggeffects