Directory of Communication Related Mental Measures
Jason Wrench, Doreen Jowi, and Alan Goodboy have coauthored a new directory of over 500 mental measures published in communication journals. This new volume has been written for the National Communication Association's Non-Serial Publications Series and should be available Summer 2010 for purchase. More...
CommuniCast
Jason Wrench has initiated the field's first branded podcast series, CommuniCast. CommuniCast are interviews with the top scholars in communication today. More...
Chi-Square
PROC FREQ;
TABLES VAR1*VAR2 / ALL;
t-Test
PROC TTEST;
CLASS IV;
VAR DV;
IV=Independent Variable; DV=Dependent Variable
One-Way ANOVA
PROC GLM;
CLASS IV;
MODEL DV = IV;
MEANS IV / TUKEY;
MEANS IV;
IV=Independent Variable; DV=Dependent Variable