Description Usage Slots Author(s)
The'...' arguments for the 'randomForest' S4 method are passed directly to 'randomForest::randomForest'.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | ## S4 method for signature 'analysis'
initialize(.Object, ...)
## S4 method for signature 'analysis'
randomForest(object, ...)
## S4 method for signature 'ANY,analysis'
lm(formula = NULL, data, subset, weights,
na.action, method = "qr", model = TRUE, x = FALSE, y = FALSE,
qr = TRUE, singular.ok = TRUE, contrasts = NULL, offset, ...)
## S4 method for signature 'analysis'
PrepInput(object, df, ...)
## S4 method for signature 'analysis'
print(x, ...)
DropModels(object)
|
type
Type of analysis, set after populating object
response
Character vector of response variable names
explanatory
Character vector of explanatory variable names
Brandon McNellis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.