Description Usage Arguments Details Author(s) Examples
This function simply states the obvious and returns the elements inside the object list.
1 2 3 4 |
x |
x also abbreviated ff, forestFloor_Object the output from the forestFloor function |
... |
... other arguments passed to generic print function |
prints short help text for usage of a forestFloor_object
Soren Havelund Welling
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ## Not run:
#simulate data
obs=1000
vars = 6
X = data.frame(replicate(vars,rnorm(obs)))
Y = with(X, X1^2 + sin(X2*pi) + 2 * X3 * X4 + 0.5 * rnorm(obs))
#grow a forest, remeber to include inbag
rfo=randomForest::randomForest(X,Y,keep.inbag=TRUE)
#compute topology
ff = forestFloor(rfo,X)
#print forestFloor
print(ff)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.