Hello,
I have the distribution of two variables A and B. I want to test the equality of A and B in the percentile 10.
May be you should check the fourth example of proc freq .for the Equality Test.
tables hair/binomial (equiv p=.2 margin=.1);
Xia Keshan
I don't see how this answers the question
If your purpose is to compare two distributions of a variable is the same across different groups, this can be done using the EDF option in PROC NPAR1WAY. See the example titled "EDF Statistics and EDF Plot" in the NPAR1WAY documentation.
Are you trying to assess whether the 10th percentiles of two groups are the same? Here is a blog (that uses R) that contains some references to the literature: http://freakonometrics.hypotheses.org/4199
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.
Find more tutorials on the SAS Users YouTube channel.