About 12,600 results
Open links in new tab
  1. Interquartile range - Statalist

    Feb 28, 2020 · Carlo gave the best approach. If you wish to automatically calculate the IQR, this code may be helpful as well: Code: . sysuse auto (1978 Automobile Data) . quietly summarize …

  2. Generating the Interquartile Range with Stata Commands

    Jan 19, 2023 · In Stata/SE 17.0 is there a way to generate the Interquartile Range from a set of data using a single command? Else is there a method of using strung commands to generate …

  3. calculating mean and SD from median, IQR and sample size

    Apr 7, 2025 · Dear friends, is there a way we can calculate mean and standard deviation of the data using median, interquartile range and sample size in stata? Thank you for

  4. differences in interquartile range - Statalist

    Oct 4, 2017 · That sounds overkill at best and irrelevant at worst. Here is one way to calculate interquartile ranges for two groups. This is code you can run yourself to see how it works.

  5. median value in STATA - Statalist

    Oct 29, 2018 · Dear Statalist, Is it possible to get MEDIAN value in STATA. For example I want to know Median weight or age of adults of my survey population. May I know

  6. Confidence interval for interquartile range - Statalist

    Apr 29, 2019 · 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.

  7. Finding Median, IQR and Associated p-values in Complex

    Nov 21, 2023 · However, all of the variables are not normally distributed, thus I am more inclined to report the numbers using median (interquartile range), instead of mean ± standard …

  8. How to calculate sample size for median and interquartile range

    Sep 17, 2014 · Dear all My Stata is SE.12.0 I search the command to calculate sample size in case of comparison between two median values (and IQR) . Thanks a lot .

  9. Finding Median for weighteds survey data - Statalist

    Dec 21, 2021 · Hi David, Thanks for your weigh-in on the above question which set me on the right path as well. Is there a way to modify the code to get the Median, Interquartile range …

  10. median and interquartile range in panel data (graph) - Statalist

    Jul 5, 2015 · I have panel data and want to make a twoway graph with year on horizontal axis and median of the variable (s) on vertical axis for different interquartile range of some orther …