dh.anyData | R Documentation |
When performing a Study Level Meta Analysis of coefficients, it is usually necessary that all cohorts have some data on all variables in the model. Manually identifying which cohorts have some data on required variables is time-consuming and at risk of error. This function automatically generates a look-up table with this information.
dh.anyData(df = NULL, vars = NULL, conns = NULL, checks = TRUE)
df |
Character specifying a server-side data frame. |
vars |
Character vector of columns within |
conns |
DataSHIELD connections object. |
checks |
Logical; if TRUE checks are performed prior to running the function. Default is TRUE. |
Client-side tibble containing columns for each variable and rows for each cohort indicating if the variable is not completely missing.
Other descriptive functions:
dh.classDiscrepancy()
,
dh.createTableOne()
,
dh.getStats()
,
dh.lmTab()
,
dh.meanByGroup()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.