powered by
Describes an FFT in words
inwords(x = NULL, tree = NULL, classes.v = NULL, cues.v = NULL, directions.v = NULL, thresholds.v = NULL, exits.v = NULL, decision.labels = NULL, digits = 2, version = 1)
FFTrees. An FFTrees object created with FFTrees()
integer. An integer specifying which tree in the object to verbalise. The default is x$tree.max
x$tree.max
integer.
string.
numeric.
string. A string vector (of length 2) indicating labels for negative (0 or FALSE) and positive (1 or TRUE) cases in the crterion
integer. How many digits to round numeric values
integer. Which version to show? 1 or 2
A list of string vectors
# NOT RUN { heart.fft <- FFTrees(diagnosis ~., data = heartdisease, decision.labels = c("Healthy", "Disease")) inwords(heart.fft) # }
Run the code above in your browser using DataLab