2025-03-16

Regression Plot

Point Estimation

Linear Regression Plotly

Latex math

\[ b = \frac{S_{xy}}{S_{xy}} \]

Latex math 2

\[ y = \frac{\sum_{}^{n} y}{n} \]

Code for Linear Model

model <- lm(Petal.Length ~ Petal.Width, data = iris)

plot(model)

Linear Model Plot