In medical device field of clinical trial, sometimes, it is required to use Deming regression to replace OLS regression. I have searched some discussion on it and write a macro to solve it. Most of the code is from reference article, I rewrite the part of data processing to make it more faster, I also add computation of t-test and R square.
Hope it's useful to you.
Statistical programmers interested in Deming regression in SAS should also look at the article,
"Deming regression for comparing different measurement methods." (Wicklin, 2019)
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.