Skip to content

Commit 07ea726

Browse files
authored
Add files via upload
I have added Econometrics course
1 parent 48c297a commit 07ea726

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

Econometrics.swc

26.8 KB
Binary file not shown.

econoR.Rmd

+29
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)