This function takes in a data frame and information to include in the header
rows. The user will rarely call this function directly, rather they will use a
wrapper for this function modify_header()
.
1 2 3 |
data |
data frame. |
by |
string of column name in data. |
mod |
regression model object. |
label |
string vector including text to appear above the label column.
|
stat_by |
string vector of text to include above the summary statistics
stratified by a variable. The following fields are available for use in the
headers: |
stat_overall |
string vector including text to appear above the overall summary
statistics. |
pvalue |
string vector including text to appear above the p-value column.
|
est |
string vector including text to appear above the coefficient column.
|
ci |
string vector including text to appear above the confidence interval
column. |
N |
string vector including text to appear above the N column |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.