- added the reference to the publication in the Journal of Statistical Software.
-
changed name of
binotest()function tobinomtest() -
the HTML help files now show rendered equations with the help of the
mathjaxrpackage -
increased resolution of
mvnlookuptable (now in steps of .001) -
meff()function now issues a warning if there are negative eigenvalues (and if they were set to 0 formethod="galway") -
added
nearpdargument to all base functions; ifTRUE, a negative definiteRmatrix will be turned into the nearest positive semi-definite matrix (only foradjust="empirical"andadjust="generalized") -
implemented a simplified version of
Matrix::nearPD(); hence, dependence on the packageMatrixwas removed -
added a more specific test on
pandeigenthat they arenumericvectors -
improved the
pkgdowndocs and added a quick start guide -
changed the way the pseudo replicates are generated in
empirical()to a more stable method -
slight improvements to the output of
print.poolr()when using the effective number of tests or empirical distribution adjustments -
mvnconv()now uses the variances from the lookup table instead ofcov2cor()for the transformation whencov2cor=TRUE -
added a check on
R(where appropriate) that its diagonal values are all equal to 1 -
added a check on
pto convert it into anumericvector if it is amatrixwith 1 row
- first version for CRAN