HENV: Envelope Estimation of Multivariate Means with Between-Level...

Description Usage Arguments Value References

View source: R/EnvelopeModels.R

Description

This model is for fitting a multivariate mean when there is a single categorical predictor. This is similar to MANOVA.

Usage

1
HENV(formula, data, rank = "all", se = TRUE, init = NULL)

Arguments

formula

model formula. the response must be multivariate numeric data, and the predictor a single factor.

data

data frame

rank

number of dimensions

se

should standard errors for the regression basis be calculated? defaults to TRUE.

init

an optional initial dimension reduction subspace. defaults to NULL.

Value

an sdr object

References

Su, Z. and Cook, R. D. (2013) Estimation of Multivariate Means with Heteroscedastic Error Using Envelope Models. Statistica Sinica, 23, 213-230.


abnormally-distributed/cvreg documentation built on May 3, 2020, 3:45 p.m.