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...
Correlation
PROC CORR;
VAR VAR1 VAR2;
Linear Regression
PROC REG;
MODEL DV = IV / STB;
IV=Independent Variable; DV=Dependent Variable
Multiple Linear Regression
PROC REG;
MODEL DV = IV1 IV2 IV3 IV4 IVx / STB;
IV=Independent Variable; DV=Dependent Variable