Dear Statalist members, I would be most thankful for an advice. I need to estimate the confidence intervals for interquartile range. As a first step, I use the interquartile regression, and predict option to get iqr and standard deviation.
iqreg y i.x , reps(100)
predict iqr_est
predict iqr_est_sd, stdp
This gives me, as I understand the bootstrapped estimate of the IGR and the SD. However, I am at loss how to get a good estimate of confidence interval. Would be very thankful for any tip!
Related Posts with Confidence bounds for interquartile range
average log size in panel dataHello, I have a random effects model with clustered errors and I would like to add the log size to …
Using the new table collect row percentages for multiple factor variablesHi all, I recently attended the webinar on customizable tables in Stata 17. One of the sample table…
How to identify oldest children with highest education?Dear all, I have a household data and I want to generate a variable indicating year of birth of a c…
Graphing a multilevel model with interaction effectHi all! I'm looking for suggestions on how to graph a multilevel model I'm working on. I'm working…
Identifying partial name overlap in string variablesHi. I have two datasets with the variable “Product”, the name of different pharma drugs. I am trying…
Subscribe to:
Post Comments (Atom)
0 Response to Confidence bounds for interquartile range
Post a Comment