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

Adjust for NaN values #16

Open
shadowfox87 opened this issue Jan 30, 2019 · 0 comments
Open

Adjust for NaN values #16

shadowfox87 opened this issue Jan 30, 2019 · 0 comments

Comments

@shadowfox87
Copy link

shadowfox87 commented Jan 30, 2019

It would be nice if the functions could be updated to be used for NaN values. There are many times in statistics where vectors have nonrecorded values. I'm currently trying to use the circ_hktest function to do a 2-way ANOVA.

Edit: Nevermind, I just used idx=find(~isnan(var1) & ~isnan(var2)); and then used idx to define the indices in which there are no nan values in both of the variables in which I'm testing. Then it works.

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