search for: ngood

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

Did you mean: good
2009 Jun 22
1
How to make try to catch warnings in logistic glm
...Warnings I'd like to catch: Warning in glm.fit(x = X, y = Y, weights = weights, start = start, etastart = etastart, ?: ?algorithm did not converge Warning in glm.fit(x = X, y = Y, weights = weights, start = start, etastart = etastart, ?: ?fitted probabilities numerically 0 or 1 occurred script ngood<-28 nbad<-21 resmat<-"DFr" j<-0 nsim<-100 res<-matrix(NA, nrow=nsim, ncol=6) ow <- options("warn") options(warn= 1) outcome<-rep(c("G","B"), times=c(ngood, nbad)) outcome<-as.factor(outcome) agood<-rep(c(0,1), times=c(27,1)) abad...
2012 Aug 07
2
label_wrap_gen question
Hi, all I am trying to use the label_wrap_gen function in this website. https://github.com/hadley/ggplot2/wiki/labeller I tried to make a long name like this Light and heavy good vehicles (diesel) -\nGVX f2 = facet_grid(vehicle ~ ., labeller=label_wrap_gen(width=15)) eventually, I got something like this in my label... *Light and heavy good vehicles (diesel) - GVX* I suppose the