We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
design()
For example, enable entering factorial treatments with labels and levels straight into treatments = For example:
treatments =
design("crossed:crd", treatments = list(PD = c(200, 260, 330), Irr = c(20, 100, 180)), reps = 4, nrows = 6, ncols = 6)
Also, allow subplot treatments to be specified in the same way in split plot if desired.
The text was updated successfully, but these errors were encountered:
I suggest to use switch for the internal function of design. I can do pull request for what I mean (with time permitting) if you are happy with it
switch
design
Sorry, something went wrong.
No branches or pull requests
For example, enable entering factorial treatments with labels and levels straight into
treatments =
For example:
Also, allow subplot treatments to be specified in the same way in split plot if desired.
The text was updated successfully, but these errors were encountered: