Displaying 6 results from an estimated 6 matches for "elodi".
Did you mean:
elod
2014 Feb 24
3
Error gdata and gplots packages
...8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] gplots_2.12.1 gdata_2.13.2
loaded via a namespace (and not attached):
[1] bitops_1.0-6 caTools_1.16 gtools_3.3.0 KernSmooth_2.23-10
Thanks,
Elodie
--
--
Elodie Chapeaublanc
IE Bioinformatique
?quipe Oncologie Mol?culaire
Institut Curie - UMR 144 - CNRS
26 rue d'Ulm - 75248 Paris Cedex 05
Tel: +33 1 56 24 63 57
Email: elodie.chapeaublanc at curie.fr
2013 Jul 24
3
Change values in a dateframe
...ot;, "GEOF", "GUTIER",
"JACQUE", "LANGUE", "LANGUE-LOPEZ", "RIVIER", "TRU", "VINCENT"
), class = "factor"), Prenom = structure(c(8L, 3L, 4L, 5L, 1L,
2L, 2L, 9L, 6L, 7L, 7L), .Label = c("Edgar", "Elodie", "Jeanine",
"Jeannine", "Michel", "Michele", "Mich?le", "Michelle", "Victor"
), class = "factor"), Sexe = structure(c(1L, 1L, 1L, 2L, 2L,
1L, 1L, 2L, 1L, 1L, 1L), .Label = c("F?minin", "Masculin&qu...
2013 Oct 18
1
crr question in library(cmprsk)
Hi all
I do not understand why I am getting the following error message. Can
anybody help me with this? Thanks in advance.
install.packages("cmprsk")
library(cmprsk)
result1 <-crr(ftime, fstatus, cov1, failcode=1, cencode=0 )
one.pout1 = predict(result1,cov1,X=cbind(1,one.z1,one.z2))
predict.crr(result1,cov1,X=cbind(1,one.z1,one.z2))
Error: could not find function
2007 Oct 07
1
a function to compute the cumulative distribution function (cdf) of the gamma
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20071006/065906cc/attachment.pl
2011 Feb 17
0
[BioC] Make.cdf.package error
...r(compress), :promise already under evaluation: recursive default
argument reference or earlier problems?
The two methods take about one hour and use all the RAM of my computer
(8Go).
Is it a limit of memory?
Is it a non appropriated method for my array?
Thanks in advance for your response,
Elodie
--
View this message in context: http://r.789695.n4.nabble.com/BioC-Make-cdf-package-error-tp3310927p3310927.html
Sent from the R help mailing list archive at Nabble.com.
2013 Apr 11
0
plotting the cumulative hazard function of a process whose intensity function is specified
I would like to simulate a stochastic process by specifying an intensity function, say
lambda(t)=0.05 + 3 exp(鈭抰)
I have the following code, but it has a number of problems. One issue I have is I do not know where the time variable is. I would appreciate your help with this code.
library("survival")
n <- 5000
lamc<-0.08
k1<-0.05
k2<-3
ld<-function(t){k1+k2}