View source: R/DataUnderstanding.R
NumericalFeatureByTargetVariable | R Documentation |
Density chart for numerical feature by categorical target variable
NumericalFeatureByTargetVariable(DataFrame, NumericalFeature, TargetVariable)
NumericalFeature |
character. Numerical feature |
TargetVariable |
character. Categorical target variable. |
DataFrame. |
data.frame. data.frame under investigation. |
density plot.
NumericalFeatureByTargetVariable(DataFrame = iris, NumericalFeature = "Sepal.Length", TargetVariable = "Species")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.