Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

seekVar

Seek var form covariates


Description

Seek var form covariates

Usage

seekVar(
  covar = list(),
  var,
  prefix = "h",
  start = 1,
  grouplabels = NULL,
  suffix = NULL
)

Arguments

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

Examples

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")

processR

Implementation of the 'PROCESS' Macro

v0.2.6
GPL-2
Authors
Keon-Woong Moon [aut, cre], Sokyoung Hong [ctb]
Initial release
2021-1-5

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.