privacytoolsproject / PSI-Library

R library of differentially private algorithms for exploratory data analysis
6 stars 7 forks source link

Remove requirement for user to enter range for logical variable #70

Closed MeganFantes closed 5 years ago

MeganFantes commented 5 years ago

Right now, the user has to enter a range for a logical variable for the mean and histogram statistics. Since a logical variable does not really have a range (it is more like a categorical variable with values 0 and 1), it does not really make sense for a user to enter a range.