Hi,
I am using 'proc tabulate' procedure to know whether are dependencies between two vars in a SAS dataset
PROC FREQ DATA = tabsas.customer_churn_telco4;
TABLES rango_tenure * Churn /CHISQ;
RUN;
Thanks Reeza,
I will consider survival analysis in the future, but know I am interested in understandinf chi-square test in proc tabulate
Can you help me with my questions about chi-square results??
Thanks
I think 'survival analysis' is not my solution, because I am trying to get likelihood of churn (not years until churn) based on input vars, I am considering to use logistic regression or decision trees..., then for me is very importante dependencies and the results of chi-square test
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.