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
Handling long data in string formatHi, I’d greatly appreciate help working with string data. Below is a snapshot of my data that is in…
Difference between regular ordered logit, fixed effects ordered logit and random effects ordered logitHey everyone, a I am trying to wrap my head around the difference between a regular orderd logit and…
Predictions from bayesian logistic modelHi, all. I am working with a dataset that describes diabetes status (0 or 1) for individual residen…
Drop Observations trough Waves if they changedHello 😊 Variablen: retired (dummy) 1=retired 0=working I want to drop the observation in the blue c…
How to label axis, rename axis for parallel trend graphHello, I'm trying to make a graph to show that the parallel trend assumption is satisfied to run di…
Subscribe to:
Post Comments (Atom)
0 Response to Confidence interval for interquartile range
Post a Comment