methods-conjugate: S3 Methods for the Object of Conjugate Class

Description Usage Arguments

Description

Methods functions

Usage

 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"),
  ...)

Arguments

x

An object of class conjugate.

...

unused.

object

An object of class conjugate.

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, posterior, prior or likelihood distribution.


JrEduardo/lce5813 documentation built on May 10, 2019, 12:09 a.m.