econometricsr
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
econometricsr [2025/06/04 11:43] – [drop publicates] glebelg | econometricsr [2025/06/04 11:44] (current) – glebelg | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====Start a script ==== | + | =====Start a script |
| | ||
library(stargazer) | library(stargazer) | ||
Line 13: | Line 13: | ||
data from Rdata | data from Rdata | ||
| | ||
- | ====Summary Stats==== | + | =====Summary Stats===== |
stargazer(dataset, | stargazer(dataset, | ||
Line 22: | Line 22: | ||
| | ||
| | ||
- | ====Regressions==== | + | =====Regressions===== |
linear | linear | ||
Line 36: | Line 36: | ||
| | ||
| | ||
- | ====Exemples==== | + | =====Exemples===== |
install.packages(" | install.packages(" | ||
install.packages(" | install.packages(" | ||
Line 98: | Line 98: | ||
db1 %>% ftab( sexe, age) | db1 %>% ftab( sexe, age) | ||
- | ====Import/ | + | =====Import/ |
import excel | import excel | ||
library(readxl) | library(readxl) | ||
Line 113: | Line 113: | ||
write.xlsx(db, | write.xlsx(db, | ||
- | ====Data Manipulation==== | + | =====Data Manipulation===== |
- | ===drop publicates=== | + | ====drop publicates==== |
newdata <- distinct(dataset, | newdata <- distinct(dataset, | ||
econometricsr.1749037438.txt.gz · Last modified: by glebelg