[R] How to change x axes' range

2004-12-08 Thread Qin Liu
Hi, there: When plot ann predicted results I need to indicate numbers of inputs for each column. V1 V2 V3 V4 1 86.2700 49.9380 30.7630 0.1327 2 89.5127 55.9707 33.7683 0.1186 3 91.1833 58.4670 34.5610 0.1134 matplot(t, pch = 1:4, type = o, col =

[R] building a multi-output neural network

2004-03-05 Thread Qin Liu
Hi, there: Any body has experience in building a multi-output neural network? net3-nnet(train[,c(1:8,10,11)],train[,c(9,12)],size=5, maxit=1,linout=T) # build a 10-5-2 neural network pred-predict(net3, test[,c(1:8,10,11)]) #I am trying to predict two columns of test, which means

[R] CART: rapart vs bagging

2004-02-01 Thread Qin Liu
Hi, Is here anyone knows the difference between rapart and bagging when grow a CART tree? Thanks Qin __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide!