Skip to content

Bug fix for format_cv

Choose a tag to compare

@jmh579 jmh579 released this 30 Mar 16:03
  • Bug fix: Different CV schemes no longer return the same results (#20).
  • When cv.scheme is set to "CV2" and "CV0" and there are no overlapping genotypes between "trial1" and "trial2", format_cv() now returns NULL. Previously, results would be returned even if no overlap was present, resulting in incorrect CV scheme specification.
  • format_cv() parameter cv.method is now the boolean parameter stratified.sampling for consistency with other waves functions.
  • plot_spectra() no longer requires a column named "unique.id".