Displaying 1 result from an estimated 1 matches for "floriello".
2009 May 16
1
MANOVA
Dear Sir,
I am Davide Floriello and I am a student in mathematics. I have got a problem with the MANOVA commands. I write here what I have done:
PV <- read.table('PV.txt')
PV <- data.frame(PV)
g <- 12
p <- 2
REL <- factor(PV$REL)
HPV <- factor(PV$HPV)
fit <- manova(as.matrix(PV) ~ REL + HPV + REL...