.ks_crit {ldamatch} | R Documentation |
Criterion function for ks_halt.
Description
Warnings such as "cannot compute exact p-value with ties" are suppressed.
Usage
.ks_crit(covariate, condition)
Arguments
covariate |
A vector containing a covariate to match the conditions on. |
condition |
A factor vector containing condition labels. |
Value
The p-value.
[Package ldamatch version 1.0.3 Index]