SummarizeVar(x, group = rep(1, length(x)), latex = TRUE,
decimalFactor = 0, decimalContinuous = 2,
ContinuousSummaryFunction = SummarizeContinuousDefault,
FactorSummaryFunction = SummarizeFactorDefault, ...)
TRUE
(default). For example, the LaTeX code for the percentage symbol should be preceeded by the escape character \
.decimal
in factor.summary.function
.decimal
in ContinuousSummaryFunction
.SummarizeContinuousDefault
. Function must take in the following arguments:
x
: a vector of values.
group
: a vector that identifies group.
decimal
: a numeric value to indicate the decimal places in the formatted output.
latex
: a logical value that indicates whether the resulting output contains LaTeX code; should default to TRUE
.
...
: additional arguments.SummarizeFactorDefault
. See ContinuousSummaryFunction
.ContinuousSummaryFunction
and FactorSummaryFunction
.day2day
package.