Learn R Programming

rms (version 6.0-0)

print.blrmStats: print.blrmStats

Description

Print Details for blrmStats Predictive Accuracy Measures

Usage

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

Arguments

x

an object produced by blrmStats

dec

number of digits to round indexes

...

ignored

Details

Prints results of blrmStats with brief explanations

Examples

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

Run the code above in your browser using DataLab