Displaying 1 result from an estimated 1 matches for "aldbad".
Did you mean:
alban
2009 Jun 22
1
How to make try to catch warnings in logistic glm
...,1))
abad<-rep(c(0,1), times=c(14,7))
thgood<-rep(c(0,1), times=c(24,4))
thbad<-rep(c(0,1), times=c(12,9))
for (i in 1:nsim)
{
?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(th...