Skip to content

Commit c8bc078

Browse files
committed
remove tip
1 parent 052ea5e commit c8bc078

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lectures/simple_linear_regression.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -506,11 +506,7 @@ This data shows a couple of interesting relationships.
506506
1. there are a number of countries with similar GDP per capita levels but a wide range in Life Expectancy
507507
2. there appears to be a positive relationship between GDP per capita and life expectancy. Countries with higher GDP per capita tend to have higher life expectancy outcomes
508508
509-
Even though OLS is solving linear equations -- one option we have is to transform the variables, such as through a log transform, and then use OLS to estimate the transformed variables
510-
511-
:::{tip}
512-
ln -> ln == elasticities
513-
:::
509+
Even though OLS is solving linear equations -- one option we have is to transform the variables, such as through a log transform, and then use OLS to estimate the transformed variables.
514510
515511
By specifying `logx` you can plot the GDP per Capita data on a log scale
516512

0 commit comments

Comments
 (0)