Hello R experts,
   have some data for microbiome, metabolome and cytokine from the same
sample. Now I want to do a three-way correspondence analyses. From three
normalised data I was trying,
#Now CCA

with two data it works good like:
Metab.Cytok.Microb.cca <- cca(normMicrobiome_NEC,normCytok_and_ProInf)
 plot(Metab.Cytok.Microb.cca )
Metab.Cytok.Microb.cca <- cca(normMicrobiome_NEC,normMetab_NEC)
plot(Metab.Cytok.Microb.cca )

But when I tried with three
Metab.Cytok.Microb.cca <-
cca(normMicrobiome_NEC,normMetab_NEC,normCytok_and_ProInf)
plot(Metab.Cytok.Microb.cca )
But this is not displaying all three variables.
Sorry, I am very new in this. Can anybody please help me?
Thanks a lot,
Mitra

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to