Version 0.9.4
o Fix bug in mlm.influence() where models with transformed response variables (e.g., lm(cbind(log(y1), log(y2)) ~ ...)) caused an error in the internal vec() helper because the coefficient matrix lacked column names
o Add “Comparing Coefficients” section to vignette("uni-vs-multi"), illustrating car::confidenceEllipse() vs. heplots::coefplot() for visualizing coefficients of an mlm
o Fix Jfuns.Rd picking up bogus \keyword{} entries (“J”, “function”, “trace”) from an adjacent roxygen block’s title text, due to a standalone documentation block with no attached R object; now anchored with NULL as roxygen2 recommends
Version 0.9.2
CRAN release: 2025-07-23
o Revise notation in mvinfluence-package o Point to R-universe dev version o Add schooldata examples o Now depends: R (>= 4.1.0) o Corrected duplicate aliases and missing/incorrect links in Rd files
Version 0.9.1 (2022-09-20)
o Some additions to the mvinfluence-package.R documentation and README.Rmd o Add further explanation of the Toy example in the vignette
Version 0.9-0 (2022-09-10)
o Complete overhaul, using roxygen2 for documentation o Expand README, now with better examples o Added package vignette("uni-vs-multi") o Document the formulas used in calculations in mvfluence-package.R
Version 0.8-3 (2018-05-16)
CRAN release: 2018-05-17
o update mvinfluence-package.Rd using utils::promptPackage to conform to avoid hard-wired DESCRIPTION metadata
Version 0.8-1 (2018-04-07)
CRAN release: 2018-04-08
o fix errors resulting from car::showLabels changes
Version 0.8 (2016-06-02)
CRAN release: 2016-06-08
o Fixed problems for CRAN: NAMESPACE, Rd files o Added more examples to Rd files o Added infIndexPlot for index plots of diagnostic measures o Fixed buglet in influencePlot re: rownames of result
Version 0.5 (2012-12-19)
o Fixed documentation errors; now builds correctly o First version released to CRAN
