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

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -