NumericalFeatureByTargetVariable: Density chart for numerical feature by categorical target...

View source: R/DataUnderstanding.R

NumericalFeatureByTargetVariableR Documentation

Density chart for numerical feature by categorical target variable

Description

Density chart for numerical feature by categorical target variable

Usage

NumericalFeatureByTargetVariable(DataFrame, NumericalFeature, TargetVariable)

Arguments

NumericalFeature

character. Numerical feature

TargetVariable

character. Categorical target variable.

DataFrame.

data.frame. data.frame under investigation.

Value

density plot.

Examples

NumericalFeatureByTargetVariable(DataFrame = iris,
                                 NumericalFeature = "Sepal.Length",
                                 TargetVariable = "Species")

masem-research/masemDataUnderstanding documentation built on May 5, 2022, 12:40 a.m.