Given the output of msomData, get the type of covariates (constant or mean of random variable, or sd of random variable).
1 2  | getCovType(staticDataUV, staticDataUV_sd, UV = c("U", "V"),
  type = c("constant", "mu", "sd"))
 | 
staticDataUV | 
 the output of msomData, containing at least U or V element  | 
staticDataUV_sd | 
 the output of msomData, containing at least U or V element, where the covariates have the "_sd" suffix attached to their names, and these covariates correspond to similarly named (sans-suffix) elements of U and V in staticDataUV  | 
UV | 
 character of length 1, indicating whether to treat  | 
type | 
 type of covariate to find  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.