powered by
Creates a simple plot comparing two decades from the output of ch_binned_MannWhitney.
ch_binned_MannWhitney
ch_decades_plot(mplot)
A standard R graphic is created.
List output by the function ch_binned_MannWhitney
Paul Whitfield
ch_decades_plot
range1 <- c(1970, 1979) range2 <- c(1990, 1999) b_MW <- ch_binned_MannWhitney(CAN05AA008, step = 5, range1, range2, ptest = 0.05) ch_decades_plot(b_MW)
Run the code above in your browser using DataLab