We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
chi squared test returns NaN if useNA="always" (the default option) in ds.table.
Here is an example with the titanic data:
ds.table(rvar="D$Sex", cvar="D$Survived", report.chisq.tests = TRUE, datasources = connections)
Pearson's Chi-squared test data: combine.array.all.sources X-squared = NaN, df = 4, p-value = NA
If useNA is set to "no", the function returns the numeric value of the chi-squared statistic.
The text was updated successfully, but these errors were encountered:
davraam
No branches or pull requests
chi squared test returns NaN if useNA="always" (the default option) in ds.table.
Here is an example with the titanic data:
ds.table(rvar="D$Sex", cvar="D$Survived", report.chisq.tests = TRUE, datasources = connections)
Pearson's Chi-squared test
data: combine.array.all.sources
X-squared = NaN, df = 4, p-value = NA
If useNA is set to "no", the function returns the numeric value of the chi-squared statistic.
The text was updated successfully, but these errors were encountered: