View source: R/run_longitudinal_checks.R
run_longitudinal_checks | R Documentation |
An internal function to check that a list of STRAND data objects can be merged into a longitudinal object
run_longitudinal_checks(data, pass)
data |
A list of data objects of class STRAND prepared using the make_strand_data() function. The data object must include all covariates used in the formulas of the fit_longitudinal_model() function. |
pass |
1 or 2. First pass checks raw data, second pass checks some computed values also. |
Returns an error if objects do not match.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.