We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48c297a commit 07ea726Copy full SHA for 07ea726
Econometrics.swc
26.8 KB
econoR.Rmd
@@ -0,0 +1,29 @@
1
+---
2
+title: "Econometrics"
3
4
+
5
+### Author
6
7
+- Tedros Gebregegrgs
8
9
+### Co-Authors
10
11
+### Description
12
13
+Econometrics using R.
14
15
+### Installation
16
17
+```r
18
+swirl::install_course("Econometrics")
19
+```
20
21
+#### Manual Installation
22
23
+1. Download [this](http://swirlstats.com/scn/Econometrics.swc) file.
24
+2. Run `swirl::install_course()` in the R console.
25
+3. Select the file you just downloaded.
26
27
+### Website
28
29
+- https://github.com/swirldev/swirl_courses
0 commit comments