View source: R/gen_statistic_table.R
gen_statistic_table | R Documentation |
Gen Academic table
gen_statistic_table(
stat,
p,
se = NULL,
t = NULL,
format = c(stat = "3", se = "[3]"),
star = list(cut = c(0.1, 0.05, 0.01), symbol = c("*", "**", "***")),
outfmt = "md"
)
stat |
statistic data.frame |
p |
p Value data.frame |
se |
standard error data.frame |
t |
t statistic data.frame |
star |
a list contain cut and symbol |
foramt |
a list contain format information |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.