search for: mylda

Displaying 1 result from an estimated 1 matches for "mylda".

Did you mean: myda
2009 Jul 13
0
95% Confidence Intervals for AUC - $auc.samples from the Daim Package
...es list() my question is how do I access the $auc.samples list() or write it to a csv file or something similar to get the 2.5% and 96.5% quartile range from? or is there another way to get the 95% CI for the AUC? Many thanks in advance Lara Lara.harrup@bbsrc.ac.uk ############ library(Daim) mylda <- function(formula,train,test){ model <- lda(formula,train) predict(model,test)$posterior[,"pos"] } x<-Daim(OUTBREAK2 ~ COHESION.2 + COHESION.23 + ED.2 + PLAND.12 + PLAND.2 + PLAND.25 + PLAND.26 + ALTITUDE_MEAN + SLOPE_MEAN + LSI, model=mylda,data=landscape,labpos=1, contr...