Changelog
Source:NEWS.md
agriutilities (development version)
-
extract_rcov()
does not require any other parameter but the model. -
ic_reml_asr()
implementation of the information criteria proposed by Verbyla (2019). -
ic_reml_spt()
implementation of the information criteria proposed by Verbyla (2019) for SpATS models. - Add
h_cullis_spt()
to calculate the generalized heritability proposed by Cullis (2006). -
remove_outliers
FALSE by default insingle_trial_analysis()
. - Minor changes in
check_design_met()
.
agriutilities 1.2.0
CRAN release: 2024-01-20
- Add
extract_rcov()
to extract variance-covariance matrices. - Add
method
to be passed to cor function ingg_cor()
. - Change style for naming the parameters in
gg_cor()
. - Minor changes in the writing style.
- Add
reorder
a logical value to reorder by a Hierarchical Clustering incovcor_heat()
.
agriutilities 1.1.0
CRAN release: 2023-03-19
Minor changes/fixes
- Add
type = "spatial"
toplot.smaAgri()
method. - Add restriction when identifying row-column designs.
- Add minimum and maximum value when returning summary in
check_design_met()
. - Add S3 method to plot an object of class metAgri
plot.metAgri()
. - Add S3 method to plot an object of class smaAgri
plot.smaAgri()
. - Fix argument not working in
covcor_heat()
.