Memory allocation error in coxme package in R -



Memory allocation error in coxme package in R -

i trying fit nested frailty model using coxme bundle in r. when running code, r shows me such kind error message!

> library(coxme) > coxme(surv(time, stat) ~ bord11+ (1+caseid/v001), + data=dat) error: cannot allocate vector of size 402.8 mb in addition: warning messages: 1: in array(c(rep.int(c(1, numeric(n)), n - 1l), 1), d, dn) : reached total allocation of 1535mb: see help(memory.size) 2: in array(c(rep.int(c(1, numeric(n)), n - 1l), 1), d, dn) : reached total allocation of 1535mb: see help(memory.size) 3: in array(c(rep.int(c(1, numeric(n)), n - 1l), 1), d, dn) : reached total allocation of 1535mb: see help(memory.size) 4: in array(c(rep.int(c(1, numeric(n)), n - 1l), 1), d, dn) : reached total allocation of 1535mb: see help(memory.size)

r memory allocation

Comments

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -