|
a |
|
b/man/nsamples.hsstan.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/summaries.R |
|
|
3 |
\name{nsamples.hsstan} |
|
|
4 |
\alias{nsamples.hsstan} |
|
|
5 |
\alias{nsamples} |
|
|
6 |
\title{Number of posterior samples} |
|
|
7 |
\usage{ |
|
|
8 |
\method{nsamples}{hsstan}(object, ...) |
|
|
9 |
} |
|
|
10 |
\arguments{ |
|
|
11 |
\item{object}{An object of class \code{hsstan}.} |
|
|
12 |
|
|
|
13 |
\item{...}{Currently ignored.} |
|
|
14 |
} |
|
|
15 |
\value{ |
|
|
16 |
The total number of posterior samples across the chains after discarding |
|
|
17 |
the warmup iterations. |
|
|
18 |
} |
|
|
19 |
\description{ |
|
|
20 |
Extracts the number of posterior samples stored in a fitted model. |
|
|
21 |
} |
|
|
22 |
\examples{ |
|
|
23 |
\dontshow{utils::example("hsstan", echo=FALSE)} |
|
|
24 |
# continued from ?hsstan |
|
|
25 |
nsamples(hs.biom) |
|
|
26 |
|
|
|
27 |
} |