dh.getRmStats | R Documentation |
Produces descriptive statistics based on repeated measures data which it would be useful to report in papers.
dh.getRmStats(
df = NULL,
outcome = NULL,
id_var = NULL,
age_var = NULL,
conns = NULL
)
df |
datashield dataframe |
outcome |
name of outcome variable in df |
id_var |
name of id variable in df |
age_var |
name of age variable in df |
conns |
connection object for DataSHIELD backends |
a tibble containing the following columns:
min_age: 5th percentile of age max_age: 95th percentile of age n_obs: total number of observations in data n_participants: total number of unique participants n_meas_5: 5th percentile of measurements per individual n_meas_med: median number of measurements per individual n_meas_95: 95th percentile of measurements per individual
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.