View source: R/computeSummaryStatisticsTable.R
getStatisticsSummaryStatisticsTable | R Documentation |
Compute custom statistics specified by the user.
getStatisticsSummaryStatisticsTable(
summaryTable,
statsVarInit,
var = NULL,
stats = NULL,
statsVarBy = NULL
)
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
|
List with two elements:
'summaryTable': summary table updated with statistics specified in stats
'statsVar': Character vector with statistics names
Laure Cougnaud
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.