Displaying 1 result from an estimated 1 matches for "satifact".
Did you mean:
artifact
2004 Feb 18
0
Discriminant Analysis Using Anova in R
...bles, take the values 0 and 1) influence commitment using a discriminant analysis, could you please tell me how I can do this in R, ie: the commands for it?
Also I am using the function "rpart" for obtaining a regression tree for the same dependent variable and using the same independent satifaction variables to help explain it. How do I label the tree, I understand that to do the analysis I use:
model<-rpart(Commitment~.,data=datasetname)
plot(model) to draw the tree
text(model) to label tree.
However the text(model) command does not work. have you any suggestions?
cheers Craig