llrs / experDesign

Design experiments distributed in several batches
https://experDesign.llrs.dev
Other
10 stars 1 forks source link

Message if perfectly distributed #53

Open llrs opened 6 months ago

llrs commented 6 months ago

If there is one sample per batch with a given condition, message the user that the experiment is perfectly randomized. (No need for warn: This is a good thing :)

llrs commented 6 months ago

This might be complicated as this could only be done if there is one condition (which might be the result of combining multiple conditions), in this case it doesn't make sense to use the package...

llrs commented 6 months ago

If multiple conditions resulted in one perfectly distributed we could do that... In fact we could simply use index4index to do the splitting in that case.