Description Usage Arguments Value Author(s) Examples
View source: R/data_table_quantile_regression_utils.R
simple function which takes a lm model output to create a named vector intended for use with data.table and group by
1 | mrq.output.statlong(fit, se = "iid")
|
fit |
object returned from a linear model quantreg::rq() are supported |
a data.table with columns statistic and value
Maik Renner, mrenner [at] bgc-jena.mpg.de
1 2 3 4 5 | # output of regression model is melted to two columns
library(quantreg)
data(engel)
fit = rq(foodexp~income,tau=0.9,data=engel)
mrq.output.statlong(fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.