| Quantile.blrm | R Documentation | 
blrm()Creates a function to turn a posterior summarized linear predictor lp (e.g. using posterior mean of intercepts and slopes) computed at the reference intercept into e.g. an estimate of a quantile of Y using the posterior mean of all the intercepts.  lptau must be provided when call the created function if the model is a partial proportional odds model.
## S3 method for class 'blrm'
Quantile(object, codes = FALSE, posterior.summary = c("mean", "median"), ...)
| object | a  | 
| codes | if  | 
| posterior.summary | defaults to posterior mean; may also specify  | 
| ... | ignored | 
an R function
Frank Harrell
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.