gen_statistic_table: Generate Statistic Result table

View source: R/gen_statistic_table.R

gen_statistic_tableR Documentation

Generate Statistic Result table

Description

Gen Academic table

Usage

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"
)

Arguments

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


liubianshi/lbs documentation built on Nov. 2, 2023, 11:06 a.m.