View source: R/row-functions.R
parametric_row | R Documentation |
Row for parametric data
parametric_row(
data_item,
data = NULL,
data_filter = NULL,
row_digits = NULL,
row_digits_sd = NULL,
na.rm = TRUE,
trans = NULL,
atrans = NULL
)
data_item |
item to be taken from data for row |
data |
separate dataset to use |
data_filter |
filter to apply to dataset |
row_digits |
digits for data item (overrides table as a whole) |
row_digits_sd |
digits for standard deviation (defaults to the same as
|
na.rm |
whether to remove NA before reporting means and standard deviations |
trans |
function to apply to data prior to generating means, standard deviations and p values |
atrans |
inverse function to apply to data after generating means, standard deviations and p values |
first_table(
mtcars,
.column_variable = am,
parametric_row(disp, row_digits = 2)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.