emitanaka / edibble

An R-package that encapsulate elements of experimental design for better planning, management, and workflow
https://edibble.emitanaka.org
Other
215 stars 14 forks source link

nested_in changes #37

Closed emitanaka closed 2 years ago

emitanaka commented 3 years ago

Question: should .distinct = TRUE by default? This default is opposite nestr. The two have different purposes, however. It is reasonable to assume that the unit labels should be distinct in experimental design but if using nestr, the user purpose is likely different and so probably want .distinct = FALSE there. If the users want distinct, it is easy enough to just use split anyway so it doesn't make sense to use nestr.