print.blrmStats | R Documentation |
blrmStats
Predictive Accuracy MeasuresPrints results of blrmStats
with brief explanations
## S3 method for class 'blrmStats'
print(x, dec = 3, ...)
x |
an object produced by |
dec |
number of digits to round indexes |
... |
ignored |
Frank Harrell
## Not run:
f <- blrm(...)
s <- blrmStats(...)
s # print with defaults
print(s, dec=4)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.