add an affirmation for (lack of) variation
Opened this issue · 1 comments
tgerke commented
This check is suggested in ICH E6
p. 32 "monitoring of clinical trial data" (probably some other good ideas to implement here too)
ddsjoberg commented
That's a good one. If you outline the API, I can implement.
- Numeric variables could be something like
sd(x) >= t
for some threshold,t
. - Character variables could be
length(unique(x)) >= t