Assignment 5: Univariate Graphing
I made univariate graphs for all my 7 variables.
histogram decisionmaking, frequency xlabel (0 1 2 3 4 5 6 7) addlabel /// xtitle(Decision Making Freedom) ytitle(Frequency) title(Decision Making) name(Decision_Making, replace)
histogram feelingclose, frequency addlabel /// xtitle(Feelings of Closeness to Parents) ytitle(Frequency) title(Feelings of Closeness to Parents) name(Feeling_Close, replace)
histogram interaction, frequency xlabel (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 71) addlabel /// xtitle(Interaction with Parents) ytitle(Frequency) title(Interaction with Parents) name(Interaction, replace)
histogram expectations, frequency xlabel (4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20) addlabel /// xtitle(Expectations of School) ytitle(Frequency) title(Expectations of School) name(Expectations, replace)
histogram schoolinteraction, frequency xlabel (0 1 2 3 4 5 6 28) addlabel /// xtitle(Interaction About School) ytitle(Frequency) title(Interaction About School) name(School_Interaction, replace)
histogram behavior, frequency xlabel (0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16) addlabel /// xtitle(Attitude on Behavior) ytitle(Frequency) title(Behavior) name(Behavior, replace)
histogram grades, frequency xlabel(4 5 6 7 8 9 10 11 12 13 14 15 16) addlabel /// xtitle(Grades) ytitle(Frequency) title(Grades) name(Grades, replace)
The two that I chose to put were decisionmaking and behavior and I measured these based on frequency.
Decision Making
This is a unimodal graph skewed to the left with a range from 0 - 7 (8) centered at 6.
Behavior
This is a unimodal graph skewed to the right with a range from 0 - 16 (11) centered at 3.














