How do you fit a linear model in R?
Code for fitting a linear model: newdataname = lm(variable1 ~ variable2 + variable3, data = originaldataname)
What is the Pythagorean Theorem?
The Pythagorean Theorem can be used to find the length of different sides of a triangle.
What is a z-table?
A z-table is standard normal model that can be used for hypothesis testing, proportions, and the difference between two means.