diff --git a/DESCRIPTION b/DESCRIPTION index 8c1b9d0..b6d976a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -8,4 +8,4 @@ Maintainer: Richard McElreath Imports: coda, MASS, mvtnorm, loo Depends: rstan (>= 2.10.0), parallel, methods, stats, graphics Description: Utilities for fitting and comparing models -License: GPL (>= 3) \ No newline at end of file +License: GPL (>= 3) diff --git a/README.md b/README.md index bb3df01..e6501c1 100644 --- a/README.md +++ b/README.md @@ -256,4 +256,3 @@ Note the use of the ``constraints`` list to pass custom parameter constraints to Both ``map`` and ``map2stan`` provide DIC and WAIC. Well, in most cases they do. In truth, both tools are flexible enough that you can specify models for which neither DIC nor WAIC can be correctly calculated. But for ordinary GLMs and GLMMs, it works. See the R help ``?WAIC``. A convenience function ``compare`` summarizes information criteria comparisons, including standard errors for WAIC. ``ensemble`` computes ``link`` and ``sim`` output for an ensemble of models, each weighted by its Akaike weight, as computed from WAIC. -