Description Usage Arguments Examples
This function will compute the marginal model on a single vertex or voxel. The function can be called in parallel to operate on a map. Such usage can be found in the main function
1 2 3 4 5 6 7 8 9 10 |
cifti_meas |
An array of N numeric measures, where N is the number of subjects |
external_df |
A data frame with NxM measures. Should include all features that the user wants to model. |
notation |
A character string representing the modelling formula. Uses the wilkinson notation. |
family_dist |
A character string representing the type of distribution to use for modelling. |
1 | geeglm_obj <- ComputeMM(cifti_meas,external_df,notation,family_dist)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.