You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".