Skip to content

rpart question

2 messages · Aimin Yan, Brian Ripley

#
I make classification tree like this code
p.t2.90 <- rpart(y~aa_three+bas+bcu+aa_ss, 
data=training,method="class",control=rpart.control(cp=0.0001))

Here I want to set weight for 4 predictors(aa_three,bas,bcu,aa_ss).

I know that there is a weight set-up in rpart.
Can this set-up satisfy my need?

If so, could someone give me an example?

Thanks,

Aimin Yan
#
On Thu, 25 Jan 2007, Aimin Yan wrote:

            
It depends on what _you_ mean by 'set weight'.  You will need to tell us 
in detail what exactly you want the weights to do.

Using the 'weights' argument is specifying case weights (as the help 
says).  There are also 'cost' and 'parms' for other aspects of weighting.