FarrellDay / miceRanger

miceRanger: Fast Imputation with Random Forests in R
Other
67 stars 12 forks source link

plotImputationVariance plots NA if character was passed in original data #2

Closed samFarrellDay closed 4 years ago

samFarrellDay commented 4 years ago

Unique classes are calculated by counting the number of levels in original data. Need to count unique values if a character was passed, unique levels if a factor.