Closed schuemie closed 9 years ago
uh .. an example of bad magic number coding on my part .. sorry. I have upgraded fit$variance to return with a std::vector
fit$variance
[1] 0.01 Inf
Note that you may now want to use:
writeLines(paste("Variance =",
paste(fit$variance, collapse=" "),
", AUC=",as.character(auc), "PL=", predLogLik))
Closed with 5c82ca4463fca276bc06c09c5f412ff02ed02878