diff --git a/Linear-reg.html b/Linear-reg.html index 3f33650..2bd2486 100644 --- a/Linear-reg.html +++ b/Linear-reg.html @@ -206,11 +206,10 @@

Types of Linear Regression x , the dependent variable is a random variable related to x through the model equation:

+ $$y=\beta_0 + \beta_1 x +\epsilon$$ +

where