seekVar | R Documentation |
Seek var form covariates
seekVar( covar = list(), var, prefix = "h", start = 1, grouplabels = NULL, suffix = NULL )
covar |
A list of covariates |
var |
A name of variable to look for |
prefix |
A prefix |
start |
A start number |
grouplabels |
A list |
suffix |
A suffix |
covar=list(name=c("C1","C2","C3"),label=c("ese","sex","tenure"),site=list(c("M","Y"),"Y","Y")) var="Y" seekVar(covar,var,prefix="h")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.