-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from jmboehm/label-bug
Label bug
- Loading branch information
Showing
10 changed files
with
246 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "RegressionTables" | ||
uuid = "d519eb52-b820-54da-95a6-98e1306fdade" | ||
authors = ["Johannes Boehm <[email protected]>"] | ||
version = "0.2.2" | ||
version = "0.2.3" | ||
|
||
[deps] | ||
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
|
||
----------------------------------------------------------------------------- | ||
SepalWidth SepalLength Counts | ||
------------------ ------------------- -------- | ||
(1) (2) (3) (4) (5) | ||
----------------------------------------------------------------------------- | ||
SepalLength 0.378*** -0.313 | ||
(0.066) (0.239) | ||
PetalLength -0.188* 1.048** | ||
(0.083) (0.362) | ||
PetalWidth 0.626*** 0.972*** | ||
(0.123) (0.052) | ||
(Intercept) 6.526*** 3.457*** 3.045*** | ||
(0.479) (0.309) (0.126) | ||
SepalWidth -0.223 0.399*** | ||
(0.155) (0.091) | ||
Outcome: B -0.454 | ||
(0.202) | ||
Outcome: C -0.293 | ||
(0.193) | ||
----------------------------------------------------------------------------- | ||
SpeciesDummy Yes Yes | ||
----------------------------------------------------------------------------- | ||
Estimator OLS IV OLS OLS NL | ||
----------------------------------------------------------------------------- | ||
N 150 150 150 150 9 | ||
R2 0.635 0.080 0.014 0.707 | ||
Adjusted R2 0.622 0.055 | ||
Within-R2 0.391 -0.535 | ||
F 30.836 17.468 | ||
F-test p value 0.000 0.000 | ||
First-stage F statistic 19.962 | ||
First-stage p value 0.000 | ||
Degrees of Freedom 144 145 | ||
----------------------------------------------------------------------------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
|
||
------------------------------------------------------------------------ | ||
SepalWidth SepalLength Counts | ||
------------------ ---------------- ------ | ||
(1) (2) (3) (4) (5) | ||
------------------------------------------------------------------------ | ||
SepalLength 0.378*** -0.313 | ||
(0.066) (0.239) | ||
PetalWidth 0.626*** 0.972*** | ||
(0.123) (0.052) | ||
------------------------------------------------------------------------ | ||
SpeciesDummy Yes Yes | ||
------------------------------------------------------------------------ | ||
Estimator OLS IV OLS OLS NL | ||
------------------------------------------------------------------------ | ||
N 150 150 150 150 9 | ||
R2 0.635 0.080 0.014 0.707 | ||
Adjusted R2 0.622 0.055 | ||
Within-R2 0.391 -0.535 | ||
F 30.836 17.468 | ||
F-test p value 0.000 0.000 | ||
First-stage F statistic 19.962 | ||
First-stage p value 0.000 | ||
Degrees of Freedom 144 145 | ||
------------------------------------------------------------------------ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
|
||
--------------------------------------------------------------------------- | ||
SepalLength SepalWidth SepalLength Counts | ||
----------- ---------- --------------------- --------- | ||
[1] [2] [3] [4] [5] | ||
--------------------------------------------------------------------------- | ||
SepalWidth 0.5059*** -0.2234 0.3991*** | ||
(0.1031) (0.1551) (0.0911) | ||
PetalLength 0.8300*** 1.0480** | ||
(0.0691) (0.3621) | ||
PetalWidth -0.3115* 0.9721*** | ||
(0.1536) (0.0521) | ||
SepalLength -0.3126 | ||
(0.2388) | ||
(Intercept) 6.5262*** 3.4573*** 3.0445*** | ||
(0.4789) (0.3092) (0.1260) | ||
Outcome: B -0.4543 | ||
(0.2022) | ||
Outcome: C -0.2930 | ||
(0.1927) | ||
--------------------------------------------------------------------------- | ||
SpeciesDummy Yes Yes | ||
--------------------------------------------------------------------------- | ||
Estimator OLS IV OLS OLS NL | ||
--------------------------------------------------------------------------- | ||
N 150 150 150 150 9 | ||
R2 0.8673 0.0803 0.0138 0.7072 | ||
--------------------------------------------------------------------------- | ||
|
Oops, something went wrong.