I have a project in which I have 60-70 samples.
Outcome = binary (positive or negative case)
Exposure = % of the time participants followed new guidelines (0-100%)
Question - would it be correct to use logistic regression to analyze this?
I am guessing a sample size of 60 or 70 is too small.
What would be the best way to calculate the sample size? Difficult to find examples where the predictor is continuous and outcome is binary.
Also generally, how would the proportion of positive cases affect the analysis? I don't expect there'll be much, if any, but would like to know how to calculate the sample size in both scenarios (regular number of positive cases and low number of positive cases). Thank you.
Use the LOGISTIC statement in PROC POWER.
Exponential and gamma are both reasonable distributions for positively valued and right skewed data
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.