print.pvEBayes {pvEBayes} | R Documentation |
Print method for a pvEBayes object
Description
This function defines the S3 print
method for objects of class
pvEBayes
. It displays a concise description of the fitted model.
Usage
## S3 method for class 'pvEBayes'
print(x, ...)
Arguments
x |
a |
... |
other input parameters. Currently unused. |
Value
Invisibly returns the input pvEBayes
object.
Examples
obj <- pvEBayes(
contin_table = statin2025_44, model = "general-gamma",
alpha = 0.5, n_posterior_draws = 10000
)
print(obj)
[Package pvEBayes version 0.1.1 Index]