analysis: Class, methods, and functions for analysis objects

Description Usage Slots Author(s)

Description

The'...' arguments for the 'randomForest' S4 method are passed directly to 'randomForest::randomForest'.

Usage

 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)

Slots

type

Type of analysis, set after populating object

response

Character vector of response variable names

explanatory

Character vector of explanatory variable names

Author(s)

Brandon McNellis


bmcnellis/RSFIA documentation built on June 1, 2019, 7:40 a.m.