Methods functions
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## S3 method for class 'conjugate'
print(x, ...)
## S3 method for class 'conjugate'
summary(object, ...)
## S3 method for class 'summary.conjugate'
print(x, digits = getOption("digits"), ...)
## S3 method for class 'conjugate'
confint(object, parm = "theta", level = 0.95,
type = c("quantile", "hpd"), dist = c("posterior", "likelihood", "prior"),
...)
|
x |
An object of class |
... |
unused. |
object |
An object of class |
digits |
the desired number of digits after the decimal point. |
parm |
Unused. |
level |
The confidence level required. |
type |
The type of interval. |
dist |
The distribution that is used, |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.