print.designPrior {BayesRepDesign} | R Documentation |
Print method for class "designPrior"
Description
Print method for class "designPrior"
Usage
## S3 method for class 'designPrior'
print(x, ...)
Arguments
x |
Object of class |
... |
Other arguments (for consistency with the generic) |
Value
Prints text summary in the console and invisibly returns the
"designPrior"
object
Author(s)
Samuel Pawel
Examples
dp <- designPrior(to = 0.5, so = 0.05, sp = 0.2, tau = 0.1)
print(dp)
[Package BayesRepDesign version 0.42 Index]