summary.PPH: Print and summary methods for PPH and EV objects

Description Usage Arguments Value

View source: R/summary.R

Description

Print and summary methods for PPH and EV objects.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## S3 method for class 'PPH'
summary(x, digits = 4)

## S3 method for class 'PPH'
print(x, digits = 4)

## S3 method for class 'EV'
summary(x, digits = 4)

## S3 method for class 'EV'
print(x, digits = 4)

Arguments

x

A PPH or EV object.

digits

Number of digits to show.

Value

A list of posterior hypothesis probabilities and other calculated values.


stanlazic/BayesCombo documentation built on May 30, 2019, 9:41 a.m.