Learn R Programming

patientProfilesVis (version 2.0.8)

interactionWithMissing: Get interaction variable between different variables.

Description

This ensures that missing values in one of the variable(s) don't propagate, so the combined result will be: 'NA - a', and that the levels of the combined vector are sorted as the levels of the specified variables (levels of the first variable varying first).

Usage

interactionWithMissing(data, vars, varSep = " - ")

Value

Vector of length: nrow(data), with interaction vector.

Arguments

data

Data.frame with data.

vars

Character vector with variable(s) of interest.

varSep

String with separator to which the variable(s) should be combined.

Author

Laure Cougnaud