Description Usage Arguments Value Examples
View source: R/summarize_table.R
This function takes a cleaned dataframe containing important parameters, and return the summary table
1 | summarize_table(dt, age = "age", dthdy = "dthdy", pfsdycr = "pfsdycr")
|
dt |
a cleaned data with important variables (usually you can directly use the "dl" data from this package) |
age |
default |
dthdy |
default |
pfsdycr |
default |
a summary table
1 | summarize_table(data_cleaned)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.