Learn R Programming

rmsb (version 1.1-1)

print.blrmStats: Print Details for blrmStats Predictive Accuracy Measures

Description

Prints results of blrmStats with brief explanations

Usage

# S3 method for blrmStats
print(x, dec = 3, ...)

Arguments

x

an object produced by blrmStats

dec

number of digits to round indexes

...

ignored

Author

Frank Harrell

Examples

Run this code
if (FALSE) {
  f <- blrm(...)
  s <- blrmStats(...)
  s    # print with defaults
  print(s, dec=4)
}

Run the code above in your browser using DataLab