Description Usage Arguments Examples
View source: R/dispersion_batch.R
A helper function to process batch index of dispersion tests and add names of the variables to the results, default option to print results as a matrix, can print as a kintr table
1 2 | dispersion_batch(x, data, print_option = c("none", "markdown", "pandoc",
"latex", "html"))
|
x |
a vector of column names of counts in data |
data |
a data frame |
print_options |
Provides the option to print out results as
a table formatted by |
1 2 3 | dispersion_batch(x = c("extortions", "bribes"), data = testdata)
dispersion_batch(x = c("extortions", "bribes"), data = testdata,
print = "pandoc")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.