count_event_by {jstable} | R Documentation |
count_event_by: funciton to count event, subgroup number inside TableSubgroupCox, TableSubgroupMultiCox
Description
Function to count event, subgroup number
Usage
count_event_by(
formula,
data,
count_by_var = NULL,
var_subgroup = NULL,
decimal.percent = 1
)
Arguments
formula |
formula with survival analysis |
data |
same data as in formula |
count_by_var |
variables to count subgroup for |
var_subgroup |
1 sub-group variable for analysis, |
decimal.percent |
decimals to show percent of, Default: 1 |
Details
This function is used inside TableSubgroupCox, TableSubgroupMultiCox for calculation
Value
Table with event, subgroup number
See Also
group_by
, summarise
, mutate
, bind_rows
, arrange
Examples
## Not run:
if (interactive()) {
}
## End(Not run)
[Package jstable version 1.3.8 Index]