Description Usage Arguments Functions
All posterior results are returned with this class, which includes methods for obtaining posterior summaries and samples.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | ## S3 method for class 'inzposterior'
print(x, ...)
## S3 method for class 'inzposterior'
summary(object, ...)
## S3 method for class 'inzexact'
summary(object, ...)
## S3 method for class 'inzexactsummary'
print(x, ...)
## S3 method for class 'inzposterior'
plot(x, y, ...)
## S3 method for class 'inzexact'
plot(x, y, ...)
## S3 method for class 'inzposterior'
mean(x, ...)
|
x |
an object of class |
... |
additional arguments passed to methods |
object |
an object of class |
y |
optional, the parameter to plot. All shown if ommitted |
print.inzposterior
: Print method for iNZight posterior obejcts
summary.inzposterior
: Summary method for iNZight posterior objects
summary.inzexact
: Summary method for iNZight posterior objects
print.inzexactsummary
: Plot method for iNZight posterior objects
plot.inzposterior
: Plot method for iNZight posterior objects
plot.inzexact
: Plot method for iNZight exact-posterior objects
mean.inzposterior
: Returns the mean of the estimated parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.