Skip to content

0.96

Choose a tag to compare

@kbroman kbroman released this 23 Jun 12:54

Version 0.96, 2026-06-23

  • Added arguments add and offset to ciplot() so that multiple sets of confidence intervals may be compared. (Issue #19)

  • mypairs() now calls grayplot() for the individual plots. Actually, if show_na=TRUE it uses grayplot_na() so that missing values are shown, and this is now the default.

  • Added vignette about the package

  • Added a tol argument to cf(); if provided, we use abs(x-y)<tol rather than x==y. (Issue #20)

  • In rmvn(), if V is a single number, it is taken to be the correlation between all pairs, and the variances are taken to be 1.