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

Update documentation to discuss handling of missing values #308

Open
IndrajeetPatil opened this issue Jan 30, 2024 · 1 comment
Open

Update documentation to discuss handling of missing values #308

IndrajeetPatil opened this issue Jan 30, 2024 · 1 comment
Labels
docs 📚 Something to be adressed in docs and/or vignettes

Comments

@IndrajeetPatil
Copy link
Member

Currently, the docs don't say anything about what happens when missing values are present in the data. It'd be good for docs to reflect how missing values are handled by the function.

@IndrajeetPatil IndrajeetPatil added the docs 📚 Something to be adressed in docs and/or vignettes label Jan 30, 2024
@mattansb
Copy link
Member

@TomGeva when we get to working on the correlation table we need to add a use argument (like in stats::cor()).

For the basic cor_test() we need to document that we are dropping missing values (this is also the same behavior as stats::cor.test())

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs 📚 Something to be adressed in docs and/or vignettes
Projects
None yet
Development

No branches or pull requests

2 participants