-
Notifications
You must be signed in to change notification settings - Fork 606
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fixed some non-ASCII chars in Fieldgoals.csv - updates to various man pages - added some new man pages (map2stan-class, rethinking e.g.) - removed glmm() and bglmm() - NAMESPACE gardening continues; importing more explicitly from dependencies now - ensemble() now understands replace list, like link() - some source file renaming for sanity - fixed resample() so it uses all samples from all chains to compute new WAIC - map2stan(): improved handling of variable names with dots . in them; now warns - map2stan(): notifies user when imputing from NAs - various plotting functions that call set_nice_margins() now respect mfrow/mfcol settings better - sim() now understands replace list, like link() - removed various lingering require() calls to dependencies now in NAMESPACE
- Loading branch information
Richard McElreath
committed
Mar 14, 2015
1 parent
3893c91
commit ec401c7
Showing
18 changed files
with
280 additions
and
201 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,11 +1,11 @@ | ||
Package: rethinking | ||
Type: Package | ||
Title: Statistical Rethinking book package | ||
Version: 1.50 | ||
Date: 2015-03-07 | ||
Version: 1.51 | ||
Date: 2015-03-14 | ||
Author: Richard McElreath | ||
Maintainer: Richard McElreath <[email protected]> | ||
Imports: coda, MASS | ||
Extends: rstan | ||
Depends: rstan, parallel | ||
Description: Utilities for fitting and comparing models | ||
License: GPL (>= 3) |
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
File renamed without changes.
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
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
Oops, something went wrong.