From 3c78f65094fe18112a5816ac4692e1bfe5631a89 Mon Sep 17 00:00:00 2001 From: Chris Jackson Date: Tue, 9 Apr 2024 17:39:05 +0100 Subject: [PATCH] Fix link to summary() --- NEWS.md | 2 +- docs/news/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 3519d55..48f98a9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -7,7 +7,7 @@ * Friendlier interface for specifying prior distributions. -* Prior distributions now summarised in `summary()` output. +* Prior distributions now summarised in `summary.msmbayes()` output. * New function `msmhist()` for illustrating multi-state data over time. diff --git a/docs/news/index.html b/docs/news/index.html index 760b75c..79bf3f9 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -58,7 +58,7 @@

Version 0.1

Version 0.2 (2024/04/09)

  • Friendlier interface for specifying prior distributions.

  • -
  • Prior distributions now summarised in summary() output.

  • +
  • Prior distributions now summarised in summary.msmbayes() output.

  • New function msmhist() for illustrating multi-state data over time.

  • New function standardise_to() for computing outputs standardised over the distribution of a given population.