summary.PPH {BayesCombo} | R Documentation |
Print and summary methods for PPH and EV objects
Description
Print and summary methods for PPH and EV objects.
Usage
## 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 |
digits |
Number of digits to show. |
Value
A list of posterior hypothesis probabilities and other calculated values.
[Package BayesCombo version 1.0 Index]