Description Usage Arguments Value
Computes c.experimental and a.experimental values for the CMSE computation.
1 2 3 4 5 6 7 | computeExperimental(
dataset,
intervention,
posttest,
outcomes,
covariates = NULL
)
|
dataset |
the actual data as a data frame or mxDataStatic object |
intervention |
character string containing the name of the intervention column |
posttest |
character string containing the name of the posttest outcome |
outcomes |
character vector including names of all additional outcomes |
covariates |
character vector including the names of all covariates to be included |
a list containing elements: - '$a' contains the experimentally-determined effect of the intervention on posttest - '$c' contains a named list of all outcomes; each outcome contains the experimentally-determined effect of the intervention on that outcome
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.