Hi,
when i run the following code i get this massege:

"The instruction at 0x######## reference memory at 

0x#######, the memory cannot be "read". 
and then i have to close R.

what is the problem and how can i solve it?

thanks in advance
Avi

my code

# frailtypack
library(frailtypack)
cgd.ag <- read.csv("C:/rfiles/RE/cgd.csv")
cgd.nfm <-frailtyPenal(Surv(TStart, TStop,
Status)~cluster(Center)+subcluster(ID)                 
         Treatment,data=cgd.ag,Frailty=TRUE,n.knots=8,kappa1=50000, 
           cross.validation=TRUE,recurrentAG=TRUE)

          
-- 
View this message in context: 
http://r.789695.n4.nabble.com/memory-problem-tp2330510p2330510.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to