[R] memory problem
avsha38
AVSHALO2 at POST.TAU.AC.IL
Thu Aug 19 02:10:24 CEST 2010
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.
More information about the R-help
mailing list