NEWS
leiv 2.0-7 (2015-01-11)
BUG FIXES
- repaired handling of metadata in the CITATION file so that citation
information can be read without the package being installed.
leiv 2.0-6 (2014-03-04)
DOCUMENTATION
- new maintainer email address.
leiv 2.0-5 (2012-06-04)
PERFORMANCE
- numerical integrations use the built-in function integrate instead of
calling the underlying QUADPACK routines dqags and dqagi.
leiv 2.0-4
BUG FIXES
- repaired NAMESPACE omissions that prevented installation in R 2.13.
leiv 2.0-3
PERFORMANCE
- compatibility updates for R 2.14.
leiv 2.0-2
DOCUMENTATION
- complete reference to related publication.
leiv 2.0-1
FEATURES
- can use another leiv object as the prior density.
BUG FIXES
- posterior density normalization could fail without explanation
for nearly linear input data.
- improved checking for exceptional inputs.
PERFORMANCE
- improved efficiency of numerical integrations with direct
calls to QUADPACK routines dqags and dqagi.
- stabilized utility functions p50 and probInt.
leiv 1.0-1 (2010-06-09)
BUG FIXES
- leiv(n=n, cor=r, sdRatio=l) would fail if r = 0;
similarly, leiv(y~x) would fail if cor(x,y) = 0.
- plot(l, plotType="scatter") would fail without explanation
if the leiv object l was generated using sufficient statistics
instead of data.
- improved plotting of colinear cases.