plot_fit_summary | R Documentation |
Plot fit summary
plot_fit_summary(sumdt, nrow = NULL, ncol = NULL, order = FALSE)
sumdt |
data.table |
nrow |
number |
ncol |
number |
order |
TRUE or FALSE |
file <- system.file('extdata/atkin.metabolon.xlsx', package = 'autonomics')
object <- read_metabolon(file)
object %<>% fit_lm()
object %<>% fit_limma(block = 'Subject')
sumdt <- summarize_fit(object, coefs = c('t1-t0', 't2-t0', 't3-t0'))
plot_fit_summary(sumdt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.