Learn R Programming

BayesRepDesign (version 0.42)

print.designPrior: Print method for class "designPrior"

Description

Print method for class "designPrior"

Usage

# S3 method for designPrior
print(x, ...)

Value

Prints text summary in the console and invisibly returns the

"designPrior" object

Arguments

x

Object of class "designPrior"

...

Other arguments (for consistency with the generic)

Author

Samuel Pawel

Examples

Run this code
dp <- designPrior(to = 0.5, so = 0.05, sp = 0.2, tau = 0.1)
print(dp)

Run the code above in your browser using DataLab