diff options
author | Naeem Model <me@nmode.ca> | 2024-02-03 15:17:20 +0000 |
---|---|---|
committer | Naeem Model <me@nmode.ca> | 2024-02-03 15:17:20 +0000 |
commit | 59de2553220ffff0a62ed3e454876df2bb93916b (patch) | |
tree | 609337fd390dc348ae05b0b42f74ac7fa58f5c4a /man | |
parent | cc76f0efe047537d9371160da4e87a1da4d923c3 (diff) |
Move seqB posterior example to vignettes
Diffstat (limited to 'man')
-rw-r--r-- | man/seq_bayes.Rd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/seq_bayes.Rd b/man/seq_bayes.Rd index 41445a9..8dc824c 100644 --- a/man/seq_bayes.Rd +++ b/man/seq_bayes.Rd @@ -90,3 +90,7 @@ estimate == sum(posterior$supp * posterior$pmf) \references{ \href{https://doi.org/10.1371/journal.pone.0002185}{Bettencourt and Riberio (PloS One, 2008)} } +\seealso{ +\code{vignette("seq_bayes_post", package = "Rnaught")} for examples of +using the posterior distribution. +} |