multiple_comparisons()
no longer requires calls to predict.asreml()
to be passed into the function, as the predicted values are now calculated internally. Additional arguments can be passed to predict.asreml()
via the ...
argument. (#27)order
argument of multiple_comparisons()
has been deprecated in favour of a new argument descending
. This takes logical (TRUE
or FALSE
) values only, so default
is no longer possible as it was producing incorrect results. (#8)resplt()
has been deprecated in favour of resplot()
and will be removed in a future version (#20).logl_test()
. (#17)multiple_comparisons()
now. (#14)asreml()
call on resplot()
if not explicitly provided. (#21)install_asreml()
would not work on macOS Monterey. (#16)mct.out()
has been renamed to multiple_comparisons()
logl.test()
has been renamed to logl_test()
des.info()
has been renamed to des_info()
For changes prior to biometryassist 1.0.0 see the BiometryTraining package at https://biometryhub.github.io/BiometryTraining/news/index.html.