| ds.sd | R Documentation |
This function computes the standard deviation of the values of a server numerical vector. The SD can be calculated server-wise or pooled
ds.sd(x, type = "split", checks = FALSE, datasources = NULL)
x |
|
type |
|
checks |
|
datasources |
a list of |
list including:
Standard_deviation.by.Study: estimated standard deviation, Nmissing
(number of missing observations), Nvalid (number of valid observations) and
Ntotal (sum of missing and valid observations)
separately for each study (if type = split).
Global.Standard_deviation: estimated standard deviation, Nmissing, Nvalid and Ntotal
across all studies combined (if type = combine).
Nstudies: number of studies being analysed.
ValidityMessage: indicates if the analysis was possible.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.