print.blrm | R Documentation |
blrm()
ResultsPrints 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.