/* SPSS Descriptives syntax: satisfaction, influence, respect & climate */
DESCRIPTIVES VARIABLES=Satis Influenc Respect Climate
/STATISTICS=MEAN STDDEV MIN MAX KURTOSIS SKEWNESS.
FREQUENCIES VARIABLES=sex1f2m Stem01 currcoll
/ORDER=ANALYSIS.
CORRELATIONS /VARIABLES=sex1f2m Satis Influenc Respect Climate
/PRINT=TWOTAIL NOSIG /MISSING=PAIRWISE.
/* SPSS coef alpha syntax: satisfaction, influence, respect & climate */
RELIABILITY /VARIABLES= collabor socialin resfundi salcompa vteacher vteach1 vteach2 vscholar stimcont conttheo /Scale ('All Variables') All /Model=alpha.
RELIABILITY /VARIABLES = influ_cu influsal inflmone influsel tendecis selchair affectcu /Scale ('All Variables') All /Model=alpha.
RELIABILITY /VARIABLES= colresea colexpec colopini colprere cprere colfeare colgenre coloexre colscrre colworre colrulre colfitre /Scale ('All Variables') All /Model=alpha.
RELIABILITY /VARIABLES= friendly nonracis diverse respectf collegia nonsexis collab1 cooperat nonhomo supporti /Scale ('All Variables') All /Model=alpha.
/* SPSS scatterpolot syntax: satisfaction w/ influence, respect & climate */
GRAPH /SCATTERPLOT(BIVAR)=Influenc WITH Satis
/TITLE='Scatterplot: Career Satisfaction by Career Influence'.
GRAPH /SCATTERPLOT(BIVAR)=Respect WITH Satis
/TITLE='Scatterplot: Career Satisfaction by Work Respect'.
GRAPH /SCATTERPLOT(BIVAR)=Climate WITH Satis
/TITLE='Scatterplot: Career Satisfaction by Work Climate'.