search for: rq_object

Displaying 1 result from an estimated 1 matches for "rq_object".

2011 Sep 27
1
Is there a "latex" summary function in the quantreg package for just 1 tau?
...use the functions I found so far wouldn't work. I can start opening the functions up, but I am wondering if I had missed some function which is the one I should be using. Here is an example session for a bunch of possible errors: (Thanks) data(stackloss) y <- stack.loss x <- stack.x rq_object <- rq(y ~ x, tau = .5) rq_object_summary <- summary(rq_object) latex(rq_object) # Error in UseMethod("latex") : # no applicable method for 'latex' applied to an object of class "rq" latex(rq_object_summary) # Error in UseMethod("latex") : # no applic...