search for: kr_sann

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

2010 Mar 27
1
R runs in a usual way, but simulations are not performed
...e="70addadd__goods.csv",append=T,quote=T,sep=";",row.names=F,col.names=F) rm(y, NN, kr_nm, NMcode, kr_nmF_old, kr_nmF_new, qff) } else { SANN <- try(maxSANN(loglk(simtype),gradvec(simtype),hessmat(simtype),start=starter(simtype,x,y)),silent=TRUE) if (is.list(SANN) == TRUE) kr_sann <- kenward_roger_both(simtype,SANN$estimate,beta_tested,x,y,z) if (is.list(SANN) == TRUE) SANNcode <- SANN$code else SANNcode <- 99 if (existencecheck(kr_sann) == TRUE) kr_sannF_old <- kr_sann$F_old else kr_sannF_old <- -99 if (existencecheck(kr_sann) == TRUE) kr_sannF_new <- kr_...