Skip to content

Patch Release

Choose a tag to compare

@mlcollyer mlcollyer released this 20 May 10:52

NEW FEATURES

OTHER CHANGES

  • Added tol and pc.no arguments to model.comparison (were fixed before) so that users have more control of the analysis.

BUG FIXES

  • Tweaked logL tolerance calculation to be consistent with prcomp.
  • Tweaked support code for lm.rrpp to work better with missing data frames.
  • Fixed eigen absolute eigenvalue issue with Cov.proj.
  • Added forgotten code from last update to fix non-full rank design matrices.
  • Fixed trajectory.analysis traj.list issue, to not use grep for sorting trajectories. (Now lexical ordering of interactions is used.)
  • Changed det to determinant in all needing functions, to use modulus for near-singular matrices
  • Fixed bug in plot.lm.rrpp (code lines out of order)