Skip to content

bootstrapping quantile regression

3 messages · Roger Koenker, Frank E Harrell Jr, David Freedman

#
There is no automatic "clustering" option for QR bootstrapping.
You will have to roll your own.


url:    www.econ.uiuc.edu/~roger            Roger Koenker
email    rkoenker at uiuc.edu            Department of Economics
vox:     217-333-4558                University of Illinois
fax:       217-244-6678                Urbana, IL 61801
On Oct 31, 2012, at 1:38 AM, Kay Cichini wrote:

            
#
A piece of this is solved by the rms package's Rq and bootcov functions. 
-Frank

Roger Koenker-3 wrote

            

            
-----
Frank Harrell
Department of Biostatistics, Vanderbilt University
--
View this message in context: http://r.789695.n4.nabble.com/bootstrapping-quantile-regression-tp4647948p4648001.html
Sent from the R help mailing list archive at Nabble.com.
#
A possiblie solution might be to use the survey package.  You could specify
that the data is clustered using the svydesign function, and then speciy the
replicate weights using the as.svrepdesign function.  And then, it would be
possible to use the withReplicates function to bootstrap the clusters

A copy of Thomas Lumley's book - Complex Surveys - would probably help with
this

Hope this helps



--
View this message in context: http://r.789695.n4.nabble.com/bootstrapping-quantile-regression-tp4647948p4648032.html
Sent from the R help mailing list archive at Nabble.com.