microbiome dataset usually has a higher number of features than the number of samples. This is causing a problem in the calculation of covariance using MCD.
``
expenditures<-expenditures[1:4,]
p1 <- pcaCoDa(expenditures)
Error in robustbase::covMcd(xilr, cor = FALSE) :
n <= p -- you can't be serious!
``
microbiome dataset usually has a higher number of features than the number of samples. This is causing a problem in the calculation of covariance using MCD.
``