MicrobiotaProcess
MicrobiotaProcess copied to clipboard
Confidance interval returns NA values
The differential analysis using LDA returns NA values, is it possible to change this line:
https://github.com/YuLab-SMU/MicrobiotaProcess/blob/4d308559262ad86c2f8f55f09a378a173e37ab9d/R/diff-ml-utilities.R#L131
to
x <- apply(x, 2, CI, ci=ci, na.rm=TRUE)
to avoid the issue, or there is a specific reason the na.rm was kept to FALSE?