View source: R/spike_bland_altman_plot.R
spike_bland_altman_plot | 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(spike_res) data(spike, package="spiky") fit <- model_glm_pmol(covg_to_df(spike_res, spike=spike),spike=spike) ba_plot <- spike_bland_altman_plot(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.