Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confidance interval returns NA values #107

Open
sirusb opened this issue Nov 9, 2023 · 0 comments
Open

Confidance interval returns NA values #107

sirusb opened this issue Nov 9, 2023 · 0 comments

Comments

@sirusb
Copy link

sirusb commented Nov 9, 2023

The differential analysis using LDA returns NA values,
is it possible to change this line:

x <- apply(x, 2, CI, ci=ci)

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant