IDEMSInternational / R-Instat

A statistics software package powered by R
http://r-instat.org/
GNU General Public License v3.0
38 stars 102 forks source link

Fixes issue with Random Split having overlapping groups #8966

Closed derekagorhom closed 2 months ago

derekagorhom commented 2 months ago

fixes #8957 @lilyclements I have fixed the issue of the Random split having overlapping groups by letting the rsample <- rsample::initial_split(data=survey, prop=0.75) can you review this Thanks