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