spike_bland_altman_plot {spiky} | R Documentation |
Bland-Altman plot for cfMeDIP spike standards
spike_bland_altman_plot(fit)
fit |
a model fit, from predict_pmol (?) |
a ggplot2 object
data(ssb_res) data(spike, package="spiky") fit <- model_glm_pmol(covg_to_df(ssb_res, spike=spike),spike=spike) ba_plot <- spike_bland_altman_plot(fit)