We have data on age and Conservatism on a 10-point scale:
Compute mean, variance, standard deviation, variance, covariance, correlation, and regression coefficients using the formulas above.
Answers
Conservatism.Mean | 6.20 |
Conservatism.Sum.of.Squares | 10.80 |
Conservatism.Variance | 2.70 |
Conservatism.Stand.Deviation | 1.64 |
Age.Mean | 14.00 |
Age.Sum.of.Squares | 14.00 |
Age.Variance | 3.50 |
Age.Stand.Deviation | 1.87 |
Covariance | 2.75 |
Correlation | 0.89 |
Regression.coefficient | 0.79 |
Can we use means and standard deviations to describe ordinal variables? (e.g. education level on the scale: primary school, secondary school, high school, college, bachelor’s, master’s, doctoral degrees).
Name some!
http://setosa.io/ev/ordinary-least-squares-regression/
\[ Conservatism = a + b*Age + \epsilon, \]
where
\[ Conservatism = a + b*Age + \epsilon, \]
\[ y = a + b_1Age + b_2Gender + b_3Tradition + \epsilon \]
What if Tradition values can not be observed directly and we can only see their manifestations, for example on Conservatism? We can still measure it!
Using these equations, draw a diagram of the corresponding CFA:
\[ insomnia = 7 + 0.8*depression + \epsilon(0.11)\\ appetite = 6 - 0.4*depression+ \epsilon(0.22)\\ sociability = 3 - 0.5*depression+ \epsilon(0.33) \\ senslessness = 2 + 0.4*depression+ \epsilon(0.44) \\ bad.mood = 2 + 1*depression+ \epsilon(0.55) \]
Answer