View source: R/pvEBayes_object_S3_methods.R
print.pvEBayes | R Documentation |
This function defines the S3 print
method for objects of class
pvEBayes
. It displays a concise description of the fitted model.
## S3 method for class 'pvEBayes'
print(x, ...)
x |
a |
... |
other input parameters. Currently unused. |
Invisibly returns the input pvEBayes
object.
obj <- pvEBayes(
contin_table = statin2025_44, model = "general-gamma",
alpha = 0.5, n_posterior_draws = 10000
)
print(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.