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 interval for interquartile range
Date values are differentHello, I have values for the dates given in LB21B. I used the code egen LB21B_12=convertCMC(LB21B) w…
Conducting multinomial regression on multiply imputed variables for subset dataHi Is there a way to conduct multinomial regression for a weighted subsample datasets? For e.g. I us…
Testing dominance between Lorenz curvesHello Stata Experts, I will request information on the Stata code to test for dominance between two…
ipdmetan - estimation_commandI would like to use ipdmetan to do an IPD meta-analysis for studies with treatment response yes/no a…
Using mca or pca to generate a single variableDear colleagues I know I can use principle component analysis (PCA) on categorical variables by firs…
Subscribe to:
Post Comments (Atom)
0 Response to Confidence interval for interquartile range
Post a Comment