checkAlias: Check for alias structures in a dataframe, and throw an error...

Description Usage Arguments Value

View source: R/checkAlias.R

Description

Check for alias structures in a dataframe, and throw an error when one is found

Usage

1
checkAlias(datFrame, covariatesNames)

Arguments

datFrame

the data frame to be checked for alias structure

covariatesNames

The names of the variables to be considered

Value

Throws an error when an alias structure is detected, returns invisible otherwise


combi documentation built on Nov. 8, 2020, 5:34 p.m.

Related to checkAlias in combi...