search for: fatbad

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

Did you mean: fatbag
2009 Jun 22
1
How to make try to catch warnings in logistic glm
...?tgood<-sample(agood, ngood) ?tbad<-sample(abad, nbad) ?hstop<-c(tgood, tbad) ?hstop<-as.factor(hstop) ?aldgood<-rnorm(ngood, mean=54, sd=8/0.675) ?aldbad<-rnorm(nbad, mean=64, sd=8/0.675) ?ald<-c(aldgood, aldbad) ?fatgood<-exp(rnorm(ngood, mean=log(23.9)-0.06^2/2,sd=0.06)) ?fatbad<-exp(rnorm(nbad, mean=log(27.4)-0.09^2/2, sd=0.09)) ?fat<-c(fatgood, fatbad) ?thgood<-sample(thgood, ngood) ?thbad<-sample(thbad, nbad) ?btun<-c(thgood, thbad) ?btun<-as.factor(btun) ?timegood<-exp(rnorm(ngood, mean=log(443)-0.5^2/2, sd=0.5)) ?timebad<- exp(rnorm(nbad, mean=...