manova.update
to have more efficient code and better notes.summary.manova.lm.rrpp
that mixed up rows and columns of a matrix of random stats.lm.rrpp
data when converting a vector of data to a matrix.rrpp.data.frame
to prevent downstream issues.trajectory.analysis
with univariate response data, omitting vector correlations output.ordinate
function.summary.ordinate
and plot.ordinate
S3 functionsadd.tree
function (for plotting with plot.ordinate
)lm.rrpp
to provide better flexibility for different formulas.$LM$data
in lm.rrpp
to be a model frame rather than a data frame, consistent with $model
from lm
.prep.lda
A new function to generate arguments for lda
in the MASS
library.classify
deprecated (in favor of prep.lda
)verbose
option with manova.update
. The function was optimized to provide verbose output without having to slow down computation time.SS.iter
(produced incorrect RSS).trajectoty.analysis
.lm.rrpp
function.tol
and pc.no
arguments to model.comparison
(were fixed before) so that users have more control of the analysis.prcomp
.lm.rrpp
to work better with missing data frames.trajectory.analysis
traj.list issue, to not use grep for sorting trajectories. (Now lexical ordering of interactions is used.)det
to determinant
in all needing functions, to use modulus for near-singular matricesplot.lm.rrpp
(code lines out of order)model.comparison
plot.procD.lm
manova.update
functiontrajectory.analysis
functionreveal.model.designs
functionANOVA versus MANOVA in RRPP
pairwise
function.procD.lm
to better work with data in the global environment rather than a data frame.print.summary.pairwise
.model.comparison
function.classify
.pairwise
.anova.lm.rrpp
, related to GLS permutations and intercept only models.anova.lm.rrpp
, so that it can be called by other functions/packages.pairwise function
: allows pairwise comparison of means or slopes for a lm.rrpp fit
.anova.lm.rrpp
coef.lm.rrpp
tests when type II or type III SS is chosen, to make sure that appropriate coefficients are used.anova.lm.rrpp.r
coef.lm.rrpp.r
lm.rrpp.r
predict.lm.rrpp.r
RRPP.support.code.r
RRPP.utils.r
Added a NEWS.md
file to track changes to the package.