Description Usage Arguments Value Note See Also Examples
Computes Chi-squared-based measure between features and target vector.
1 | calc_cs(feature, target, len_target, pos_target)
|
feature |
feature vector. |
target |
target. |
len_target |
length of the target vector. |
pos_target |
number of positive cases in the target vector. |
A numeric
vector of length 1 representing computed Chi-square values.
Both target
and features
must be binary, i.e. contain only 0
and 1 values.
The function was designed to be as fast as possible subroutine of
calc_criterion
and might be cumbersome if directly called by a user.
chisq.test
- Pearson's chi-squared test for count data.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.