-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Trouble with unbalanced design #1
Comments
The package has been designed to handle unbalanced experiments only in a completely randomized design. In other designs it is necessary to estimate the value of lost parcels. |
That is the case, it doesn't matter for this issue. What is relevant is the number of replications and the msd calculations, ending in the logical matrix. The infinite loop occurs while making the groups (assigning the letters to the means) |
You can test it with this data:
It is a 2-factor CRD and the issue happens here:
|
Please, could you post here (or send me) the structure of the data (I think, based in the example above, it is named "k")?
For example:
|
|
First, congratulations for the good job, I really like your package.
I think I found an issue while working with unbalanced cases. As we know, for those cases we have to calculate a variance estimation of the contrast estimation on the msd calculations. This can lead to a problem, because a mean can differ from the immediate lower one, but not from the second lower one, because its error estimation may be greater.
I will try to explain better:
As you can see, we have a F F T F, where we expected to have a F F T T, since the values are sorted decreasingly. This happens because the error estimation is greater, and may be expected behavior but is leading to an infinite loop.
Thanks in advance
The text was updated successfully, but these errors were encountered: