Usage
## S3 method for class 'sns':
summary(object, quantiles = c(0.025, 0.5, 0.975)
, pval.ref = 0.0, nburnin = max(nrow(object)/2, attr(object, "nnr"))
, end = nrow(object), thin = 1, ess.method = c("coda", "ise"), ...)
## S3 method for class 'summary.sns':
print(x, ...)
Arguments
object
An object of class "sns", typically the output of sns.run
. quantiles
Values for which sample-based quantiles are calculated.
pval.ref
Reference value for state space variables, used for calculating sample-based p-values.
nburnin
Number of initial iterations to discard before calculating the sample statistics. A warning is issued if this number is smaller than the initial iterations run in NR mode.
end
Last iteration to use for calculating sample statistics. Defaults to last iteration.
thin
One out of thin
samples are kept for calculating sample statistics. Default is 1
, using all samples within specified range.
ess.method
Method used for calculating effective sample size. Default is to call effectiveSize
from package coda
.
x
An object of class "summary.sns", typically the output of summary.sns
.
...
Arguments passed to/from other functions.