search for: laboratoire

Displaying 20 results from an estimated 380 matches for "laboratoire".

2006 Aug 30
8
converting decimal - hexadecimal
Hi, do you know, a method to convert an decimal value (integer) to the corresponding hexadecimal value ? thinks for help. Romain -- Lorrilli?re Romain UMR 8079 Laboratoire Ecologie, Syst?matique et Evolution B?t. 362 Universit? Paris-Sud 91405 Orsay cedex France tel : 01 69 15 56 85 fax : 01 69 15 56 96 mobile : 06 81 70 90 70 email : romain.lorrilliere at ese.u-psud.fr ______________________________________________ R-help at stat.math.ethz.ch mailing...
2023 Nov 18
2
Can someone please have a look at this query on stackoverflow?
...tml and provide commented, > > > > minimal, self-contained, reproducible code. > > > > > > > > > -- > > > Olivier Crouzet, PhD > > > http://olivier.ghostinthemachine.space > > > /Ma?tre de Conf?rences/ > > > @LLING - Laboratoire de Linguistique de Nantes > > > UMR6310 CNRS / Universit? de Nantes > > > > > > ______________________________________________ > > > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > > > https://stat.ethz.ch/mailman/listinfo/r-he...
2023 Nov 18
1
Can someone please have a look at this query on stackoverflow?
...commented, minimal, self-contained, reproducible code. > > > > > > > > > > > > -- > > > > Olivier Crouzet, PhD > > > > http://olivier.ghostinthemachine.space > > > > /Ma?tre de Conf?rences/ > > > > @LLING - Laboratoire de Linguistique de Nantes > > > > UMR6310 CNRS / Universit? de Nantes > > > > > > > > ______________________________________________ > > > > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, > > > > see https://stat.ethz...
2008 Sep 03
2
optimizing speed of calculation (recursive product)
...0000000 system.time( for (i in 1:(M-1)) {C <- C* c(a[i],a[i+1])} ) By the way, I'm using R-2.7.2 on Win XP and/or Fedora Linux. Thank's in advance for any hints, Wolfgang Raffelsberger . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Wolfgang Raffelsberger, PhD Laboratoire de BioInformatique et G?nomique Int?gratives CNRS UMR7104, IGBMC 1 rue Laurent Fries, 67404 Illkirch Strasbourg, France
2006 Jan 11
3
Datetimes differences
...) toto y <- strptime(T1,"%m/%d/%y %H:%M") x <- strptime(T2,"%m/%d/%y %H:%M") difftime(x,y) but, i don't know how can i do in order to obtain something like this : ans <- c(69,2,NA) res <- data.frame(T1,T2,ans) res what is to be done ? Thanks. Florent Bonneu Laboratoire de Statistique et Probabilit??s bureau 148 b??t. 1R2 Universit?? Toulouse 3 118 route de Narbonne - 31062 Toulouse cedex 9 bonneu at cict.fr
2007 Apr 04
3
Power analysis and mixed model
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/20070404/0f61f54a/attachment.pl
2004 Feb 17
4
normality test
Hello, I am analysing several samples whose sizes are from 9 to 110. I would like to test their distribution with R, whether they are normal or not. I wonder which test for normality from R should I use . Thank you for help. Samuel Samuel BERTRAND Doctorant Laboratoire de Biomecanique LBM - ENSAM - CNRS UMR 8005 151, bd de l'Hopital 75013 PARIS Tel. +33 (0) 1 44 24 64 53 Fax +33 (0) 1 44 24 63 66 [[alternative HTML version deleted]]
2012 Nov 22
2
Trick to replace NA
...do not eliminate completely loop: l <- length(a) while(any(is.na(a))) {a[2:l] <- ifelse(is.na(a[2:l]), a[1:(l-1)], a[2:l])} If someone have another solution, I will be most happy ! Sincerely Marc Girondot -- __________________________________________________________ Marc Girondot, Pr Laboratoire Ecologie, Syst?matique et Evolution Equipe de Conservation des Populations et des Communaut?s CNRS, AgroParisTech et Universit? Paris-Sud 11 , UMR 8079 B?timent 362 91405 Orsay Cedex, France Tel: 33 1 (0)1.69.15.72.30 Fax: 33 1 (0)1.69.15.73.53 e-mail: marc.girondot at u-psud.fr Web: http://www...
2012 Nov 07
2
pseudo R-squared with likfit (geoR)
...nd = trend.spatial(~ logIKA04 + nbLitre0 + nbLitre1, cnm05g))#complete model >sp05_nt <- update(sp05_01, trend = trend.spatial("cte", cnm05g)) #null model >1-(sp07_nt$loglik/sp07_l0$loglik)^(2/590)#Maddala (1983) [1] 0.0001510074 Thanks, Regards, Marion -- Marion Jacquot Laboratoire de Chrono-environnement UMR UFC/CNRS 6249 USC INRA Université de Franche-Comté Place Leclerc F-25030 Besançon cedex FRANCE Tel. : +33 (0)381 665 829 Fax : +33 (0)381 665 797 http://chrono-environnement.univ-fcomte.fr/ [[alternative HTML version deleted]]
2006 Jan 25
1
How to use rfm.test ? (Package MarkedPointProcess)
...Process) # Program # data(BITOEK) win <- ripras(steigerwald$coord) PointProcess <- ppp(x=steigerwald$coord[,1],y=steigerwald$coord[,2],window=win,marks=steigerwald$diam) plot(PointProcess) rfm.test(coord=steigerwald$coord,steigerwald$diam,MCrepetitions=19) ----- regards. Florent Bonneu Laboratoire de Statistique et Probabilit??s bureau 148 b??t. 1R2 Universit?? Toulouse 3 118 route de Narbonne - 31062 Toulouse cedex 9 bonneu at cict.fr
2008 Feb 25
3
How to include the documentation of a function in a Sweave document?
...sessionInfo() R version 2.6.2 (2008-02-08) i386-apple-darwin8.10.1 locale: C attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] rcompgen_0.1-17 -- Jean R. Lobry (lobry at biomserv.univ-lyon1.fr) Laboratoire BBE-CNRS-UMR-5558, Univ. C. Bernard - LYON I, 43 Bd 11/11/1918, F-69622 VILLEURBANNE CEDEX, FRANCE allo : +33 472 43 27 56 fax : +33 472 43 13 88 http://pbil.univ-lyon1.fr/members/lobry/
2006 Oct 08
2
Size problem with two dotcharts side by side
...UTF-8/fr_FR.UTF-8/fr_FR.UTF-8/C/fr_FR.UTF-8/fr_FR.UTF-8 attached base packages: [1] "methods" "stats" "graphics" "grDevices" "utils" "datasets" [7] "base" -- Jean R. Lobry (lobry at biomserv.univ-lyon1.fr) Laboratoire BBE-CNRS-UMR-5558, Univ. C. Bernard - LYON I, 43 Bd 11/11/1918, F-69622 VILLEURBANNE CEDEX, FRANCE allo : +33 472 43 27 56 fax : +33 472 43 13 88 http://pbil.univ-lyon1.fr/members/lobry/
2023 Nov 18
1
Can someone please have a look at this query on stackoverflow?
...http://www.R-project.org/posting-guide.html and provide commented, > > > minimal, self-contained, reproducible code. > > > > > > -- > > Olivier Crouzet, PhD > > http://olivier.ghostinthemachine.space > > /Ma?tre de Conf?rences/ > > @LLING - Laboratoire de Linguistique de Nantes > > UMR6310 CNRS / Universit? de Nantes > > > > ______________________________________________ > > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > > https://stat.ethz.ch/mailman/listinfo/r-help > > PLEASE do re...
2005 Feb 28
5
persistance of factor levels in a data frame
...,rep("b",4),rep("c",4))) data_ac <- data[which(data$F1 !="b"), ] levels(data_ac$F1) Why the level "b" is always present ? thanks Tristan, R 2.0.1 for Linux Fedora 3 -- ------------------------------------------------------------ Tristan LEFEBURE Laboratoire d'?cologie des hydrosyst?mes fluviaux (UMR 5023) Universit? Lyon I - Campus de la Doua Bat. Darwin C 69622 Villeurbanne - France Phone: (33) (0)4 26 23 44 02 Fax: (33) (0)4 72 43 15 23
2008 Mar 07
3
R-Logo in \LaTeX (Mag. Ferri Leberl)
...-------------- with: unix$ pdflatex tex.tex this is what I get: http://pbil.univ-lyon1.fr/members/lobry/tmp/tex.pdf The PDF version of the R-Logo I'm using is here: http://pbil.univ-lyon1.fr/members/lobry/tmp/Rlogo.pdf HTH, Jean -- Jean R. Lobry (lobry at biomserv.univ-lyon1.fr) Laboratoire BBE-CNRS-UMR-5558, Univ. C. Bernard - LYON I, 43 Bd 11/11/1918, F-69622 VILLEURBANNE CEDEX, FRANCE allo : +33 472 43 27 56 fax : +33 472 43 13 88 http://pbil.univ-lyon1.fr/members/lobry/
2008 Mar 07
3
R-Logo in \LaTeX (Mag. Ferri Leberl)
...-------------- with: unix$ pdflatex tex.tex this is what I get: http://pbil.univ-lyon1.fr/members/lobry/tmp/tex.pdf The PDF version of the R-Logo I'm using is here: http://pbil.univ-lyon1.fr/members/lobry/tmp/Rlogo.pdf HTH, Jean -- Jean R. Lobry (lobry at biomserv.univ-lyon1.fr) Laboratoire BBE-CNRS-UMR-5558, Univ. C. Bernard - LYON I, 43 Bd 11/11/1918, F-69622 VILLEURBANNE CEDEX, FRANCE allo : +33 472 43 27 56 fax : +33 472 43 13 88 http://pbil.univ-lyon1.fr/members/lobry/
2005 Jan 21
2
* creating vignettes ... ERROR
...following: file:line:error style messages enabled it is just the summary of the option used when running pdflatex and then an error is systematically reported. If you have any idea where the problem comes from? Thanks, Philippe -- Philippe Hup? UMR 144 - Service Bioinformatique Institut Curie Laboratoire de Transfert (4?me ?tage) 26 rue d'Ulm 75005 Paris - France Email : Philippe.Hupe@curie.fr T?l : +33 (0)1 44 32 42 75 Fax : +33 (0)1 42 34 65 28
2008 Jan 27
4
[OT] vernacular names for circular diagrams
...who replied either privately or on the list. I have summarized the answers at the beginning of the following document: http://pbil.univ-lyon1.fr/members/lobry/R/diaposcam.pdf Let me know if you have more eatable examples. Best, Jean -- Jean R. Lobry (lobry at biomserv.univ-lyon1.fr) Laboratoire BBE-CNRS-UMR-5558, Univ. C. Bernard - LYON I, 43 Bd 11/11/1918, F-69622 VILLEURBANNE CEDEX, FRANCE allo : +33 472 43 27 56 fax : +33 472 43 13 88 http://pbil.univ-lyon1.fr/members/lobry/
2005 Mar 22
3
Newbie: Matrix indexing
...quot; involved but I wanted to know if there is an efficient workaround (not using some loop structure). I thought "factors" could do the job but I didn't manage to use them for that problem. ---------------------------------------------------------------------------- Pascal BLEUYARD Laboratoire de M?t?orologie Physique (LaMP) OPGC, Universit? Blaise Pascal 24, avenue des Landais 63177 AUBIERE CEDEX T?l : 04 73 40 73 75 Fax : 04 73 40 51 36 M?l : P.Bleuyard at opgc.univ-bpclermont.fr
2006 Oct 23
2
character manipulation
...FALSE) I have attempted with regrexpr, sub, strsplit and many other character fonctions but I could not obtain the number of " " in each line, in order to further do a test on it. The answer may be trivial but at this time I gave up!! Cheers Nicolas Degallier UMR 7159 / IRD UR182 Laboratoire d'Oc?anographie et du Climat, Exp?rimentation et Approches Num?riques (LOCEAN) Tour 45-55, 4e ?t., case 100, 4 place Jussieu 75252 Paris Cedex 5 France t?l: (33) 01 44 27 51 57 fax: (33) 01 44 27 38 05 E-mail: <Nicolas.Degallier at ird.fr> pdf reprints (login="anonymous"; p...