ICTatRTI / PersonAlytics

PersonAlytics: Analytics for single-case and small N intensive longitudinal designs, idiographic clinical trials (ICT), and interrupted time series.
3 stars 2 forks source link

to01() function feature updates #11

Closed stueller closed 4 years ago

stueller commented 4 years ago

Add an option to only squeeze the bottom or top. Squeeze both first then recode

y[y==min(y)] <- 0 or y[y==max(y)] <- 1