-
Notifications
You must be signed in to change notification settings - Fork 607
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- data sets: NWOGrants, PrussianHorses - ulam's traceplot omits log_lik now - ulam now accepts previous ulam fit and runs without recompiling
- Loading branch information
Richard McElreath
committed
Jan 31, 2019
1 parent
285166c
commit 03997bb
Showing
8 changed files
with
383 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: rethinking | ||
Type: Package | ||
Title: Statistical Rethinking book package | ||
Version: 1.82 | ||
Date: 2019-01-20 | ||
Version: 1.83 | ||
Date: 2019-01-27 | ||
Author: Richard McElreath | ||
Maintainer: Richard McElreath <[email protected]> | ||
Imports: coda, MASS, mvtnorm, loo | ||
|
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
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,19 @@ | ||
discipline;gender;applications;awards | ||
Chemical sciences;m;83;22 | ||
Chemical sciences;f;39;10 | ||
Physical sciences;m;135;26 | ||
Physical sciences;f;39;9 | ||
Physics;m;67;18 | ||
Physics;f;9;2 | ||
Humanities;m;230;33 | ||
Humanities;f;166;32 | ||
Technical sciences;m;189;30 | ||
Technical sciences;f;62;13 | ||
Interdisciplinary;m;105;12 | ||
Interdisciplinary;f;78;17 | ||
Earth/life sciences;m;156;38 | ||
Earth/life sciences;f;126;18 | ||
Social sciences;m;425;65 | ||
Social sciences;f;409;47 | ||
Medical sciences;m;245;46 | ||
Medical sciences;f;260;29 |
Oops, something went wrong.