Displaying 2 results from an estimated 2 matches for "empri".
Did you mean:
cmpri
2012 Dec 11
1
Debian packaging and openblas related crash when profiling in R
...tructure(msg,
class = "try-error", condition = e))})
6: try(am.inv(a = g11), silent = TRUE)
7: amsweep(thetareal, c(FALSE, o[ss, ]))
8: emfred(x, thetaold, indx$o, indx$m, indx$ivector, indx$icap,
indx$AMr1, indx$AMr2, AM1stln = AM1stln, returntype = "theta",
priors = priors, empri = empri, collect = collect)
9: emarch(x.stacked$x, p2s = p2s, thetaold = NULL, tolerance =
tolerance, startvals = startvals, x.stacked$priors, empri = empri,
frontend = frontend, collect = collect, autopri = prepped$autopri,
emburn = emburn)
10: amelia.default(datM, m = 5, idvars = "g...
2013 Feb 15
0
Ho w Do I Get Cox Model Convergence After Multiple Imputation
...es
myimp <- amelia(impdat, m=M, p2s=0,
noms=c("postrantb","vlsupp","whostage","resistance"),cs=c("id"),ts=c("X_t0"),bounds=matrix(c(3,0,70,
4,0,100, 11,0,400, 12,0,50
),ncol=3,nrow=4,byrow=T),logs="nvp",polytime=3,splinetime=3,empri=1000,incheck=TRUE,tolerance=0.001)
The I do cox model as follows
# Categorization of relevant variables
for(i in 1:10){
myimp$imputations[[i]] <-
cbind(myimp$imputations[[i]],cut(myimp$imputations[[i]]$t0rvl,breaks=c(-1,50,400,1000000000)))
colnames(myimp$imputations[[i]])[15]<-c("vlcat&...