9 Matching Annotations
- Mar 2022
-
www.econometrics-with-r.org www.econometrics-with-r.org
-
The model to be estimated by TSLS using the general sales tax and the cigarette-specific sales tax as instruments hence is
Typo in the equation: the subscript should be 1985 in the LHS: \(-log(Q^{cigarettes}_{i,1985}\)}
Tags
Annotators
URL
-
- Jul 2020
-
www.econometrics-with-r.org www.econometrics-with-r.org
- May 2019
-
jrnold.github.io jrnold.github.io
-
map_lglg
typo
-
is.factor(diamonds$color)
repetition?
-
mean(X[i, ])
I think you forget to change mean(X[i, ]) to mean(X[, i]) in calculating column means
-
df[[i]] <- read_csv(files[[i]])
I think it should be corrected this way: for (fname in ...) { df[[fname]] <- bind_rows()
-
-
jrnold.github.io jrnold.github.io
-
five
'five' is an error.
-
-
jrnold.github.io jrnold.github.io
-
#> Warning: Computation failed in `stat_binhex()`:
Why are not these two plots displayed properly? Only empty background is shown.
-
-
jrnold.github.io jrnold.github.io
-
will
Is it a deliberate or an error putting "will" and "is" together?
-