Skip to content

Commit 108c0be

Browse files
committed
Lecture 17
1 parent 8fab94c commit 108c0be

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

Lecture_Materials_2023/Lecture_17_Regression_Part2/lecture17_regression_part2.qmd

+17-1
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,24 @@ We can't really visualize more than two Xes geometrically, but the idea is the s
8080

8181
## Interpreting and writing regression results
8282

83-
- Examples focusing on sample project and your project data
83+
- Example: focusing on sample project and your project data
8484

85+
https://github.com/tomhanna-uh/demonstration_semester_project
86+
87+
and in Posit Cloud:
88+
89+
https://posit.cloud/spaces/422701/join?access_code=i9VTqnd2IhMmH1vkEjNADBKf7bYILcAtEJxjiO0Q
90+
91+
## Interpreting and writing regression results
92+
93+
- The regression equation for a single X variable is:
94+
95+
$y = \alpha + \Beta * X + \epsilon$
96+
97+
- $\alpha$ is the intercept or Constant
98+
- $\beta$ is the slope or coefficient for X given by the "Coefficient" in the model summary
99+
- $\epsilon$ is the error term and is random (you don't have to do anything with it)
100+
85101

86102

87103

0 commit comments

Comments
 (0)