print.pvlrt | R Documentation |
Print method for pvlrt objects
## S3 method for class 'pvlrt' print( x, significance_level = 0.05, topn = 12, digits = 2, show_test_summary = FALSE, ... )
x |
a |
significance_level |
numeric. Level of significance. |
topn |
number of top (with respect to likelihood ratio statistic value) pairs to show at the given significance level. |
digits |
number of digits to show after the decimal place. |
show_test_summary |
logical. Should a brief summary showing the top few test results be displayed? defaults to FALSE. |
... |
other input parameters. Currently unused. |
Invisibly returns the input pvlrt
object.
pvlrt
# 500 bootstrap iterations (nsim) in the example below # are for quick demonstration only -- # we recommended setting nsim to 10000 (default) or bigger test1 <- pvlrt(statin46, nsim = 500) print(test1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.