Skip to content

see 0.14.0

Choose a tag to compare

@strengejacke strengejacke released this 24 May 13:04
· 36 commits to main since this release
faf2cea

Changes

  • plot() for parameters::factor_analysis() and parameters::principal_components()
    gains a new type option, "graph". This creates a graph with nodes/edges
    indicating factor loadings.

  • Updated plot-method for performance::check_model() for Bayesian ordinal
    models.

  • New geom_point_halo(), geom_pointrange_halo(), geom_jitter_halo() and
    geom_count_halo() geoms, which add a slight contour around the points

  • Outlier plots no longer show extreme smoother curves for models with a small
    number of observations or a small number of outlier data points.

Bug fixes

  • Fixed the *_borderless aliases for geom_point2() or geom_jitter2(), which
    were broken and did not render as intended.