R Documentation |
Print surrogate R-squared measure
Print surrogate R-squared confidence interval measure
Print surrogate R-squared ranking table
## S3 method for class 'surr_rsq'
print(x, digits = max(2, getOption("digits") - 2), ...)
## S3 method for class 'surr_rsq_ci'
print(x, digits = max(2, getOption("digits") - 2), ...)
## S3 method for class 'surr_rsq_rank'
print(x, digits = max(2, getOption("digits") - 2), ...)
x |
A surr_rsq_rank object for printing out results. |
digits |
A default number to specify decimal digit values. |
... |
Additional optional arguments. |
Print surrogate R-squared measure of a surr_rsq object
Print surrogate R-squared confidence interval measure
Print surrogate R-squared ranking table from a surr_rsq_rank object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.