R/rstudent.manylm.R

#####################################################################################
# returns the studentized residuals of a multivariate linear model			#
# however standardization is NOT done multivariate, but univariate fashion 		#
#####################################################################################

rstudent.manylm <- function(model, ...) {

    warning("Not implemented for manylm objects. Return rstandard(model) instead. \n")
    rstandard.manylm(mode)

}
eddelbuettel/mvabund-tests documentation built on May 15, 2019, 10:30 p.m.