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
Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.
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.