\[Y = bX\]
\[Y = b_{0} + b_{1}X_{1}\]
\[Y = b_{0} + b_{1}X_{1}\]
\[Y = b_{0} + b_{1}X_{1} + e\]
\(\hat{Y}_{i} = b_{0} + b_{1}X_{i1} ... + b_{k}X_{ik} + e_{i}\)
\(\hat{Y}_{i} = b_{0} + b_{1}X_{i1} ... + b_{k}X_{ik} + e_{i}\)
\[\sum\limits_{i=1}^{n} (Y_{i} - \overline{Y})^{2} = \sum\limits_{i} (\hat{Y}_{i} - \overline{Y})^{2} + \sum\limits_{i} ({Y}_{i} - \hat{Y}_{i})^{2}\]
\(\sum\limits_{i=1}^{n} (Y_{i} - \overline{Y})^{2} = \sum\limits_{i} (\hat{Y}_{i} - \overline{Y})^{2} + \sum\limits_{i} ({Y}_{i} - \hat{Y}_{i})^{2}\)
\(\sum\limits_{i=1}^{n} (Y_{i} - \overline{Y})^{2} = \sum\limits_{i} (\hat{Y}_{i} - \overline{Y})^{2} + \sum\limits_{i} ({Y}_{i} - \hat{Y}_{i})^{2}\)
\[R^{2} = \frac{SS_{Reg.}}{SS_{Total}} = 1 - \frac{SS_{Reg.}}{SS_{Error}}\]
Yep, that’s what \(R^{2}\) means in ANOVAs ☻
\[\hat{Y}_{i} = b_{0} + b_{1}X_{i1} + b_{2}X_{i2} + b_{3}X_{i3} + b_{4}X_{i4} + e_{i}\]
\(\hat{Y}_{i} = b_{0} + b_{1}X_{i1} ... + b_{k}X_{ik} + e_{i}\)
\(\hat{Y}_{i} = b_{0} + b_{1}X_{i1} ... + b_{k}X_{ik} + e_{i}\)
\(\hat{Y}_{i} = b_{0} + b_{1}X_{i1} ... + b_{k}X_{ik} + e_{i}\):
\(\hat{Y}_{i} = b_{0} + b_{1}X_{i1} ... + b_{k}X_{ik} + e_{i}\)
iid
variables &Data
> Select Cases...
If condition is satisfied
, added
Wave = 1
to select only the first waveBio_Sex
was coded 0 = Male
& 1 =
Female
, 52% of the participants were biologically
femaleAnalyze
> Explore...
>
Plots
> Normality plots with tests
Analyze
> Descriptives Statistics
>
Crosstabs...
Bio_Sex
& Feel_Safe_in_Nghbrhd
95% confidence intervals generated from Fisher’s r-to-z transformation:
95% confidence intervals generated from bootstrapping:
Analyze
> Regression
>
Linear
BMI
as Dependent
Bio_Sex
& Feel_Safe_in_Nghbrhd
as
predictors in Block 1 of 1
Bio_Sex
&
Feel_Safe_in_Nghbrhd
did not explain much of the variance
in BMI
scores
\(\hat{\text{BMI}} = 30.205 + (0.325 \times \text{Sex}) + (-1.383 \times \text{Feeling Safe})\)
\[\hat{\text{BMI}} = 30.205 + (0.325 \times \text{Sex}) + (-1.383 \times \text{Feeling Safe})\]
Bio_Sex
was coded 0 = Male
& 1 =
Female
Feel_Safe_in_Nghbrhd
as 0 = No
& 1
= Yes
,\[\begin{align*} \hat{\text{BMI}} & = 30.205 + (0.325 \times 0) + (-1.383 \times 0) \\ & = 30.205 + 0 + 0 \\ & = 30.205 \end{align*}\]
\[\hat{\text{BMI}} = 30.205 + (0.325 \times \text{Sex}) + (-1.383 \times \text{Feeling Safe})\]
\[\begin{align*} \hat{\text{BMI}} & = 30.205 + (0.325 \times 1) + (-1.383 \times 0) \\ & = 30.205 + 0.325 + 0 \\ & = 30.530 \end{align*}\]
\[\hat{\text{BMI}} = 30.205 + (0.325 \times \text{Sex}) + (-1.383 \times \text{Feeling Safe})\]
\[\begin{align*} \hat{\text{BMI}} & = 30.205 + (0.325 \times 0) + (-1.383 \times 1) \\ & = 30.205 + 0 - 1.383 \\ & = 29.147 \end{align*}\]