Learn R Programming

FFTrees (version 1.5.3)

fftrees_cuerank: Calculates thresholds that maximize a statistic (goal) for cues.

Description

Calculates thresholds that maximize a statistic (goal) for cues.

Usage

fftrees_cuerank(x = NULL, newdata = NULL, data = "train", rounding = NULL)

Arguments

x

FFTrees.

newdata

dataframe.

data

dataframe.

rounding

integer.

Value

A dataframe containing thresholds and marginal classification statistics for each cue

Examples

Run this code
# NOT RUN {

# }
# NOT RUN {
 # What are the best thresholds for each cue in the mushrooms dataset?
 mushrooms.cues <- cuerank(formula = poisonous ~.,
                           data = mushrooms)
# }
# NOT RUN {

# }

Run the code above in your browser using DataLab