Last data update: 2014.03.03

quantreg

Package: quantreg
Title: Quantile Regression
Description: Estimation and inference methods for models of conditional quantiles:
Linear and nonlinear parametric and non-parametric (total variation penalized) models
for conditional quantiles of a univariate response and several methods for handling
censored survival data. Portfolio selection methods based on expected shortfall
risk are also included.
Version: 5.26
Authors@R: c(
person("Roger", "Koenker", role = c("cre","aut"), email = "rkoenker@illinois.edu"),
person("Stephen", "Portnoy", role = c("ctb"),
comment = "Contributions to Censored QR code", email = "sportnoy@illinois.edu"),
person(c("Pin", "Tian"), "Ng", role = c("ctb"),
comment = "Contributions to Sparse QR code", email = "pin.ng@nau.edu"),
person("Achim", "Zeileis", role = c("ctb"),
comment = "Contributions to dynrq code essentially identical to his dynlm code",
email = "Achim.Zeileis@uibk.ac.at"),
person("Philip", "Grosjean", role = c("ctb"),
comment = "Contributions to nlrq code", email = "phgrosjean@sciviews.org"),
person(c("Brian", "D"), "Ripley", role = c("trl","ctb"),
comment = "Initial (2001) R port from S (to my everlasting shame --
how could I have been so slow to adopt R!) and for numerous other
suggestions and useful advice", email = "ripley@stats.ox.ac.uk"))
Maintainer: Roger Koenker <rkoenker@illinois.edu>
Repository: CRAN
Depends: R (>= 2.6), stats, SparseM
Imports: methods, graphics, Matrix, MatrixModels
Suggests: tripack, akima, MASS, survival, rgl, logspline, nor1mix,
Formula, zoo
License: GPL (>= 2)
URL: http://www.r-project.org
NeedsCompilation: yes
Packaged: 2016-06-07 12:45:41 UTC; roger
Author: Roger Koenker [cre, aut],
Stephen Portnoy [ctb] (Contributions to Censored QR code),
Pin Tian Ng [ctb] (Contributions to Sparse QR code),
Achim Zeileis [ctb] (Contributions to dynrq code essentially identical
to his dynlm code),
Philip Grosjean [ctb] (Contributions to nlrq code),
Brian D Ripley [trl, ctb] (Initial (2001) R port from S (to my
everlasting shame -- how could I have been so slow to adopt R!) and
for numerous other suggestions and useful advice)
Date/Publication: 2016-06-07 16:36:28

● Cran Task View: Econometrics, Environmetrics, Optimization, ReproducibleResearch, Robust, Survival
● 0 images, 58 functions, 8 datasets
Reverse Depends: 25

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'quantreg' ...
** package 'quantreg' successfully unpacked and MD5 sums checked
** libs
f95   -fpic  -g -O2  -c akj.f -o akj.o
f95   -fpic  -g -O2  -c boot.f -o boot.o
f95   -fpic  -g -O2  -c bound.f -o bound.o
f95   -fpic  -g -O2  -c boundc.f -o boundc.o
f95   -fpic  -g -O2  -c brute.f -o brute.o
f95   -fpic  -g -O2  -c chlfct.f -o chlfct.o
f95   -fpic  -g -O2  -c cholesky.f -o cholesky.o
f95   -fpic  -g -O2  -c combos.f -o combos.o
f95   -fpic  -g -O2  -c crq.f -o crq.o
f95   -fpic  -g -O2  -c crqfnb.f -o crqfnb.o
f95   -fpic  -g -O2  -c dsel05.f -o dsel05.o
f95   -fpic  -g -O2  -c etime.f -o etime.o
f95   -fpic  -g -O2  -c extract.f -o extract.o
f95   -fpic  -g -O2  -c idmin.f -o idmin.o
f95   -fpic  -g -O2  -c iswap.f -o iswap.o
f95   -fpic  -g -O2  -c kuantile.f -o kuantile.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c mcmb.c -o mcmb.o
f95   -fpic  -g -O2  -c penalty.f -o penalty.o
f95   -fpic  -g -O2  -c powell.f -o powell.o
f95   -fpic  -g -O2  -c rls.f -o rls.o
f95   -fpic  -g -O2  -c rq0.f -o rq0.o
f95   -fpic  -g -O2  -c rq1.f -o rq1.o
f95   -fpic  -g -O2  -c rqbr.f -o rqbr.o
f95   -fpic  -g -O2  -c rqfn.f -o rqfn.o
f95   -fpic  -g -O2  -c rqfnb.f -o rqfnb.o
f95   -fpic  -g -O2  -c rqfnc.f -o rqfnc.o
f95   -fpic  -g -O2  -c rqs.f -o rqs.o
f95   -fpic  -g -O2  -c sparskit2.f -o sparskit2.o
f95   -fpic  -g -O2  -c srqfn.f -o srqfn.o
f95   -fpic  -g -O2  -c srqfnc.f -o srqfnc.o
f95   -fpic  -g -O2  -c srtpai.f -o srtpai.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o quantreg.so akj.o boot.o bound.o boundc.o brute.o chlfct.o cholesky.o combos.o crq.o crqfnb.o dsel05.o etime.o extract.o idmin.o iswap.o kuantile.o mcmb.o penalty.o powell.o rls.o rq0.o rq1.o rqbr.o rqfn.o rqfnb.o rqfnc.o rqs.o sparskit2.o srqfn.o srqfnc.o srtpai.o -L/home/ddbj/local/lib64/R/lib -lRlapack -L/home/ddbj/local/lib64/R/lib -lRblas -lgfortran -lm -lquadmath -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/quantreg/libs
** R
** data
** demo
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'quantreg'
    finding HTML links ... done
    Bosco                                   html  
    CobarOre                                html  
    FAQ                                     html  
    Mammals                                 html  
    Peirce                                  html  
    QTECox                                  html  
    akj                                     html  
    anova.rq                                html  
    bandwidth.rq                            html  
    barro                                   html  
    boot.crq                                html  
    boot.rq                                 html  
    combos                                  html  
    critval                                 html  
    crq                                     html  
    dither                                  html  
    dynrq                                   html  
    engel                                   html  
    gasprice                                html  
    khmaladzeTest                           html  
    kuantile                                html  
    latex                                   html  
    latex.summary.rqs                       html  
    latex.table                             html  
    lm.fit.recursive                        html  
    lprq                                    html  
    nlrq                                    html  
    nlrq.control                            html  
    plot.rq.process                         html  
    plot.rqs                                html  
    plot.rqss                               html  
    plot.summary.rqs                        html  
    predict.rq                              html  
    predict.rqss                            html  
    print.rq                                html  
    print.summary.rq                        html  
    qrisk                                   html  
    qss                                     html  
    ranks                                   html  
    rearrange                               html  
    residuals.nlrq                          html  
    rq                                      html  
    rq.fit                                  html  
    rq.fit.br                               html  
    rq.fit.fnb                              html  
    rq.fit.fnc                              html  
    rq.fit.hogg                             html  
    rq.fit.lasso                            html  
    rq.fit.pfn                              html  
    rq.fit.scad                             html  
    rq.fit.sfn                              html  
    rq.fit.sfnc                             html  
    rq.object                               html  
    rq.process.object                       html  
    rq.wfit                                 html  
    rqProcess                               html  
    rqs.fit                                 html  
    rqss                                    html  
    rqss.object                             html  
    sfn.control                             html  
    srisk                                   html  
    summary.crq                             html  
    summary.rq                              html  
    summary.rqss                            html  
    table.rq                                html  
    uis                                     html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (quantreg)
Making 'packages.html' ... done