search for: druguse

Displaying 2 results from an estimated 2 matches for "druguse".

Did you mean: drugusey
2009 Apr 25
4
uninstall update? NOTHING WORKS
i just installed the new update in ubuntu and now NOTHING will open with wine. can i uninstall this update?
2003 Dec 19
1
Question re labels in r-part (continuation of a thread from a while back)
...c, but label in text.rpart requires a "column name of x$frame", and the original DV is not on that frame. So, I tried the following: {create the tree} tr.totpart <- rpart(log(totpart +1) ~ sexfact + age + windle + eabused + as.factor(pabau) + positive + controlling + lenient + druguse.ever + anycsw, xval = 10, cp = 0.000000001, data = duhray) {prune the tree} tr.totpart.pruned <- prune (tr.totpart, cp = .02) {ad the original metric to the frame} meanpart <- exp(tr.totpart.pruned$frame$yval)-1 tr.totpart.pruned$frame <- cbind(tr.totpart.pruned$frame, mean...