Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

metan 1.13.0

Compare
Choose a tag to compare
@TiagoOlivoto TiagoOlivoto released this 28 Mar 00:49

New functions

  • progress() and run_progress() for text progress bar in the terminal.
  • rbind_fill_id() To implement the common pattern of do.call(rbind, dfs) with data frame identifier and filling of missing values.
  • hmgv(), rpgv(), hmrpgv(), blup_indexes() to compute stability indexes based on a mixed-effect model.
  • mps() and mtmps() for uni- and multivariate-based mean performance and stability in multi-environment trials.

Minor improvements

  • ge_reg() now returns hypotesis testing for slope and deviations from the regression. Thanks to @LeonardoBehring and @MichelSouza for the suggestion.
  • Resende_indexes() now remove NAs before computing harmonic and arithmetic means.
  • Improved outputs in plot_scores that now has a highlight argument to highlight genotypes or environments by hand. Thanks to Ibrahim Elbasyoni for his suggestions.
  • Licecycle badges added to the functions' documentation.
  • Fix bug in clustering() when using with by argument and defacult nclust argument.
  • get_model_data() now extract BLUEs from objects computed with gamem() and gamem_met(). Thanks to @MdFarhad for suggesting me this improvement.
  • g_simula() and ge_simula() now have a res_eff to control the residual effect.
  • mgidi() now have an optional weights argument to assign different weights for each trait in the selection process. Thanks to @MichelSouza for his suggestion.