Displaying 1 result from an estimated 1 matches for "missingdat".
Did you mean:
missingdata
2012 Dec 11
1
Debian packaging and openblas related crash when profiling in R
...any faster, but it does run, which
is encouraging.
Now here's the problem I see. Using Rprof causes R to crash, but only
when openblas stuff is in the picture. I wondered what you think?
Here's the code to reproduce this:
datM <- read.csv("http://pj.freefaculty.org/scraps/profile/missingDat.csv")
library(Amelia)
set.seed(12345)
Rprof("Amelia-1.out")
impA <- amelia(datM, m = 5, idvars="group")
Rprof(NULL)
summaryRprof("Amelia-1.out")
Here's the crashed session
> datM <- read.csv("http://pj.freefaculty.org/scraps/profile/missingDat...