getStatisticsSummaryStatisticsTable {inTextSummaryTable} | R Documentation |
Compute custom statistics specified by the user.
Description
Compute custom statistics specified by the user.
Usage
getStatisticsSummaryStatisticsTable(
summaryTable,
statsVarInit,
var = NULL,
stats = NULL,
statsVarBy = NULL
)
Arguments
summaryTable |
Summary table. |
statsVarInit |
Character vector with initial statistics names. |
var |
Character vector with variable(s) of |
stats |
(Optionally) named list of expression or call object of summary statistics of interest. The names are reported in the header. The following variables are recognized, if the table is a:
If |
statsVarBy |
Character vector with colnames of
|
Value
List with two elements:
'summaryTable': summary table updated with statistics specified in
stats
'statsVar': Character vector with statistics names
Author(s)
Laure Cougnaud