Is there a way to construct a confidence interval for a median in SAS. I know how to construct a confidence interval for a mean using PROC UNIVARIATE, but don't see anything similar for the median.
Because the median is not based on any parametric assumptions about the data (except a continuous distribution), there is no closed form method to get the CI. You can, however, get a CI by bootstrapping. See
Google search
bootstrap site:sas.com
for several good articles and a macro.
Doc Muhlbaier
Duke
SAS Innovate 2025: Register Now
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9. Sign up by Dec. 31 to get the 2024 rate of just $495. Register now!
What is Bayesian Analysis?
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.