Hello All,
I am running quantile regression for a complex survey design and am running the following code: newdf<-withReplicates(df, quote(coef(rq(api00~api99, tau=0.5, weights=.weights)))) This provides me with the theta and SE but I would really like the p-values and residual degrees of freedom. summary(newdf) function does not work. Does anyone have any idea how to get p-values and rdf? Thank you for your help, Mav [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.