The zero-variance tag has no wiki summary.
4
votes
5answers
123 views
Quickly remove zero variance variables from a data.frame
I have a large data.frame that was generated by a process outside my control, which may or may not contain variables with zero variance (i.e. all the observations are the same). I would like to build ...