You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
paste0("FAILED: this variable has too many levels and may be disclosive. It exceeds the max number of levels allowed by nfilter.levels.max: that is ",nfilter.levels.max,". In this study this variable has ",num.levels," factor levels")
34
+
if(num.levels>nfilter.levels.max){
35
+
error.message<- paste0("FAILED: this variable has too many levels and may be disclosive.
36
+
It exceeds the max number of levels allowed by nfilter.levels.max:
37
+
that is ", nfilter.levels.max, ". In this study this variable has ",
paste0("FAILED: this variable has too many levels and may be disclosive. The number of factor levels must not exceed ", (nfilter.levels.density*100), "% of the length of the variable being converted to a factor. The max number of levels in this study is therefore ",max.levels.by.density," but this variable has ",num.levels," factor levels")
0 commit comments