print.designPrior | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.