-
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.
1.57 - fixes and features / 1.6 candidate
- added Vehtari’s Pareto smoothed LOO comparison metric, available with LOO(), and can be used with compare(…,func=LOO) - map2stan gracefully accepts previous fits now and resamples without recompiling. resample() deprecated. - better approach to sampling inits for multiple chains - fixed map2stan so compatible with rstan 2.8 (refresh bug) - bug fix for link() and sim() with dordlogit models - added WAIC method for raw stanfit objects that include log_lik matrix. See example in ?WAIC.
- Loading branch information
Richard McElreath
committed
Sep 25, 2015
1 parent
a6631ad
commit a9acd53
Showing
16 changed files
with
526 additions
and
152 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.56 | ||
Date: 2015-07-20 | ||
Version: 1.57 | ||
Date: 2015-09-25 | ||
Author: Richard McElreath | ||
Maintainer: Richard McElreath <[email protected]> | ||
Imports: coda, MASS, mvtnorm | ||
Imports: coda, MASS, mvtnorm, loo | ||
Depends: rstan, parallel, methods | ||
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
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.