BookmarkSubscribeRSS Feed
BlueNose
Quartz | Level 8

Dear all,

 

I have a dataset containing data of patients with cancer. There are 60 subjects in this study, from which 30 got the standard treatment of chemotherapy, and 30 got chemotherapy along with nutritional supplements such as Turmeric and others. For each subject, the white blood count level was measured at 2 time points. Chemotherapy reduces the level of the white blood count, and the aim of the study is to show that in the treatment group, the decrease is more moderate, that the level of white blood count did not reduce as much.

 

I have a few questions regarding the analysis required (I am using SAS 9.4):

 

1. I wish to calculate the change from baseline. What is the right way to do it, absolute change from baseline, i.e. WBC2 - WBC1, or the percentage change from baseline, i.e. WBC2/WBC1 ?

 

2. If I use the absolute change from baseline, does it mean that a t-test or an equivalent is not a good choice, as I need to account for  the baseline measurement, leading me to a regression model ?

 

3. The data in both groups is not normally distributed (in one group the violation is minor, in the other it is more major). The sample size is not sufficiently large for the use of the central limit theorem (right?). A log transformation fails, since the absolute change from baseline gives negative values. How do I get out of this situation ? (I read somewhere about Fisher's transformation but as far as I know that is for correlations, and I am not sure I understand how to do it, theoretically and technically in SAS). 

 

The mean of absolute change from baseline in the control group is -1.5, while in the treatment group -0.5. SD are 1.5 and 2 respectively.

 

Any advice will be most appreciated ! Thank you in advance !

1 REPLY 1
Reeza
Super User

1. That's subject specific. See what others in your field are doing. 

2. You can still use a t-test, your hypothesis is different, but it should be statistically fine. 

3. Are the distributions similar? That's the important part. The t-test is fairly robust for N=30 unless you have  very skewed distribution. 

You can also use non parametric methods as well - see PROC NPAR1WAY

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

What is ANOVA?

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.

Discussion stats
  • 1 reply
  • 1812 views
  • 0 likes
  • 2 in conversation