[R] Adjusted R2 for Multivariate Regression Trees (MRT) (ignore the previous message)

Jackson Rodrigues jacksonmrodrigues at gmail.com
Mon Sep 1 22:08:27 CEST 2014


Dear fellows,

I am using MVPARTwrap package to built a MRT of 25 pollen samples collected
from 5 different ecosystems, on my analysis I will include adjusted R2.

Based on MVPARTwrap package I want to get adjusted R2 for my MRT for this,
I am using the code below.

#step 1 - Building MRT.
Pre_euro.mvpart <- mvpart(data.matrix(mydata.2) ~ .,5Ecosystems,
margin=0.02, cp=0, xv="pick", xval=nrow(mydata.1), xvmult=100, which=4)

MRT.mite.tree<-MRT(Pre_euro.mvpart, 10, LABELS=LABELS)
#step 2- Adjusted R2
R2aGDF(MRT.mite.tree, T=40, tau_const=0.6, 5Ecosystems)

However, if run adjusted R2 code (step 2) 100 times, I will get 100
different results. Which one is correct?

Does anyone can help me? Any help is very welcome.

Cheers.

Jackson Rodrigues

	[[alternative HTML version deleted]]



More information about the R-help mailing list