Print blrm() Results
Prints main results from blrm()
along with indexes and predictive accuracy and their highest posterior density intervals computed from blrmStats
.
## S3 method for class 'blrm' print( x, dec = 4, coefs = TRUE, intercepts = x$non.slopes < 10, prob = 0.95, ns = 400, title = NULL, ... )
x |
object created by |
dec |
number of digits to print to the right of the decimal |
coefs |
specify |
intercepts |
set to |
prob |
HPD interval probability for summary indexes |
ns |
number of random samples of the posterior draws for use in computing HPD intervals for accuracy indexes |
title |
title of output, constructed by default |
... |
passed to |
Frank Harrell
## Not run: f <- blrm(...) options(lang='html') # default is lang='plain'; also can be latex f # print using defaults print(f, posterior.summary='median') # instead of post. means ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.