View source: R/06-chi-square.R
check_coverage_homogeneity | R Documentation |
Check coverage distribution
check_coverage_homogeneity(cov_df, k = 3, p = 0.05)
cov_df |
A |
k |
Correction factor. Ratio of the mean length of an untreated episode to the mean length of a CMAM treatment episode |
p |
Minimum p-value to test statistic. Default is 0.05. |
A named list of 2 lists: one for case-finding effectiveness (cf) and the second for treatment coverage (tc). For each list, the following values are provided:
statistic - calculated chi-square statistic
df - degrees of freedom
p - p-value of chi-square statistic
check_coverage_homogeneity(survey_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.