Learn R Programming

FSinR (version 1.0.8)

determinationCoefficient: R Squared, to continous features

Description

This measure calculates the determinantion coefficient rsquaredFSinR of continuous features

Usage

determinationCoefficient(data, class, features)

Arguments

data
  • A data frame with the features and the class of the examples

class
  • The name of the dependent variable

features
  • The names of the selected features

Value

  • The R squared value for the selected features

References

Examples

Run this code
# NOT RUN {
determinationCoefficient(iris,'Species',c('Sepal.Width', 'Sepal.Length'))
# }

Run the code above in your browser using DataLab