Displaying 1 result from an estimated 1 matches for "chloa".
Did you mean:
chloe
2008 May 20
1
how to save many trees within a loop?
...e properties saved. I paste the script below
Also, How can I perform multivariate trees?, that is
predicting a vector o values, not a simple scalar
observation.
Thanks in advance
Angel
for (i in 1:7){#loop para hacer arb
arb=arb[i]#contador
arb=tree(GF[,i]~Temp+Area+ISS+Zmix+Kd+Alk+DIN+SRP+RSi+CLA+Chloa,
data=GF)#
plot.tree(arb); tit=colnames(GF[i]);title(tit);
text(arb,digits =2);#dig significativos