search for: baillarguet

Displaying 20 results from an estimated 34 matches for "baillarguet".

2009 Sep 04
2
enabling core dumps
...ump) 2: normal R exit 3: exit R without saving workspace 4: exit R saving workspace Selection: 1 I am running Ubuntu jaunty on a laptop. Any ideas as to what I might need to configure next? thanks David -- David Pleydell UMR BGPI CIRAD TA A-54/K Campus International de Baillarguet 34398 MONTPELLIER CEDEX 5 FRANCE Tel: +33 4 99 62 48 65 - Secr?tariat : +33 4 99 62 48 21 Fax : +33 4 99 62 48 22 http://umr-bgpi.cirad.fr/trombinoscope/pleydell_d.htm https://sites.google.com/site/drjpleydell/
2009 Feb 20
1
NOT an R problem: cannot install packages from distant repository
...how can I solve it ? Renaud -- Renaud Lancelot EDEN Project, coordinator http://www.eden-fp6project.net/ UMR CIRAD-INRA "Contrôle des maladies animales exotiques et émergentes" Joint research unit "Control of emerging and exotic animal diseases" CIRAD Campus International de Baillarguet TA A-DIR / B F34398 Montpellier http://www.cirad.fr http://bluetongue.cirad.fr/ Tel. +33 4 67 59 37 17 - Fax +33 4 67 59 37 95 Secr. +33 4 67 59 37 37 - Cell. +33 6 77 52 08 69 [[alternative HTML version deleted]]
2006 Aug 21
1
Fwd: Re: Finney's fiducial confidence intervals of LD50
...> -- > Renaud LANCELOT > Département Elevage et Médecine Vétérinaire (EMVT) du CIRAD > Directeur adjoint chargé des affaires scientifiques > > CIRAD, Animal Production and Veterinary Medicine Department > Deputy director for scientific affairs > > Campus international de Baillarguet > TA 30 / B (Bât. B, Bur. 214) > 34398 Montpellier Cedex 5 - France > Tél +33 (0)4 67 59 37 17 > Secr. +33 (0)4 67 59 39 04 > Fax +33 (0)4 67 59 37 95 > -- Renaud LANCELOT Département Elevage et Médecine Vétérinaire (EMVT) du CIRAD Directeur adjoint chargé des affaires scientif...
2006 Jun 04
2
evaluation of the alternative expression in ifelse
...ent test is false ? Best regards, Renaud -- Renaud LANCELOT D?partement Elevage et M?decine V?t?rinaire (EMVT) du CIRAD Directeur adjoint charg? des affaires scientifiques CIRAD, Animal Production and Veterinary Medicine Department Deputy director for scientific affairs Campus international de Baillarguet TA 30 / B (B?t. B, Bur. 214) 34398 Montpellier Cedex 5 - France T?l +33 (0)4 67 59 37 17 Secr. +33 (0)4 67 59 39 04 Fax +33 (0)4 67 59 37 95
2001 May 09
1
Coding categorical -> dummy
...,"b","a","c") > tt <- factor(tt) > model.matrix(~ tt - 1) is there anyone who have write such function ? Thanks for your help. Samir Messad Samir Messad E-Mail : messad at cirad.fr Statisticien CIRAD-EMVT TA 30/A Programme Productions Animales Campus de Baillarguet 34398 Montpellier cedex 5 (France) T?l : +33 (0)4-67-59-38-44 Fax : +33 (0)4-67-59-38-25 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[u...
2010 Oct 16
1
Binaries of R.12.0 for Windows: where are RGUI and Rterm ?
...i386 or x64 in R-2.12.0\bin -- Renaud Lancelot EDEN Project, coordinator http://www.eden-fp6project.net/ UMR CIRAD-INRA "Contr?le des maladies animales exotiques et ?mergentes" Joint research unit "Control of emerging and exotic animal diseases" CIRAD, Campus International de Baillarguet TA A-DIR / B F34398 Montpellier http://umr-cmaee.cirad.fr/ Tel.? +33 4 67 59 37 17? -? Fax? +33 4 67 59 37 95 Secr. +33 4 67 59 37 37? - Cell. +33 6 77 52 08 69
2010 Oct 18
1
R 2.12.0 for Windows: error when loading (some) packages
...reinstall them from CRAN. -- Renaud Lancelot EDEN Project, coordinator http://www.eden-fp6project.net/ UMR CIRAD-INRA "Contr?le des maladies animales exotiques et ?mergentes" Joint research unit "Control of emerging and exotic animal diseases" CIRAD, Campus International de Baillarguet TA A-DIR / B F34398 Montpellier http://umr-cmaee.cirad.fr/ Tel.? +33 4 67 59 37 17? -? Fax? +33 4 67 59 37 95 Secr. +33 4 67 59 37 37? - Cell. +33 6 77 52 08 69
2005 Sep 29
5
Regression slope confidence interval
Hi list, is there any direct way to obtain confidence intervals for the regression slope from lm, predict.lm or the like? (If not, is there any reason? This is also missing in some other statistics softwares, and I thought this would be quite a standard application.) I know that it's easy to implement but it's for explanation to people who faint if they have to do their own programming...
2006 Jul 08
2
String mathematical function to R-function
hello I make a subroutine that give-me a (mathematical) function in string format. I would like transform this string into function ( R function ). thanks for any tips. cleber #e.g. fun_String = "-100*x1 + 0*x2 + 100*x3" fun <- function(x1,x2,x3){ return( ############ evaluation( fun_String ) ############ ) True String mathematical function :-( :-( > nomes [1]
2006 Aug 27
1
refer to objects with sequential names
Dear Listers, If I have several glm objects with names glm1, glm2.... and want to apply new data to these objects. Instead of typing "predict(glm1, newdata)..." 100 times, is there way I could do so in a loop? Thank you so much! wensui [[alternative HTML version deleted]]
2007 Mar 04
1
residuals in lme4 package
Hi, I have not been able to calculate residuals in the lme4 package. I've been trying the resid() function after I ran a GLMM with the lmer() function, but I get an error message that says "residuals are not inserted yet". I looked it up in the "help" history and I realized that several people have had this problem in the past, related to some bug in this function and
2007 Mar 04
1
plot groupedData in nlme
Hi, Does anyone know how to make the color of the lines all black when plotting groupedData with an outer factor: For example, library(nlme) plot(Dialyzer, outer=~QB, key=F) This generated colored curves in R.2.4.1. How to make all the curves black ? (or how to alter the color (type) of lines for the nlme groupedData plotting function in general?) Thanks Qiong
2007 Aug 22
1
Processing Sweave documents without Sweave
Hi, I am very intrigued by the idea of integrating statistical analysis directly with a paper as Sweave does it. But as I am collaborating with several people and they won't have set up R and also they're very unlikely interested in learning it, I am concerned about how such an Latex/Sweave document will work on their side. Can they Latex-compile the document without having R / Sweave
2006 Jan 18
1
ICC for Binary data
Hello R users: I am fairly new to R and am trying to figure out how to compute an intraclass correlation (ICC) and/or design effect for binary data? More specifically, I am trying to determine the amount of clustering in a data set - that is, whether certain treatment programs tend to work with more or less severe clients. The outcome variable is dichotomous (low severity / high severity)
2007 May 27
1
lattice plots: filled points in the key
...graphics" "grDevices" "utils" "datasets" "methods" "base" other attached packages: lattice "0.15-6" -- Renaud LANCELOT D?partement Syst?mes Biologiques du CIRAD CIRAD, Biological Systems Department Campus International de Baillarguet TA 30 / B F34398 Montpellier Tel +33 (0)4 67 59 37 17 Secr. +33 (0)4 67 59 37 37 Fax +33 (0)4 67 59 37 95
2009 Aug 07
1
sweave and R. Searching for a document that will get me started
windows XP R 2.8.1 I would like to learn to use Sweave with R. I have no experience using Latex. I have looked at the sweave manual (http://www.statistik.lmu.de/~leisch/Sweave/Sweave-manual.pdf) and have found it difficult to understand, probably because I don't know Latex. Can someone recommend a document that will get me started with Sweave? Thanks John Confidentiality Statement: This
2006 Jan 30
4
Logistic regression model selection with overdispersed/autocorrelated data
I am creating habitat selection models for caribou and other species with data collected from GPS collars. In my current situation the radio-collars recorded the locations of 30 caribou every 6 hours. I am then comparing resources used at caribou locations to random locations using logistic regression (standard habitat analysis). The data is therefore highly autocorrelated and this causes Type
2005 Nov 13
4
voronoi
Is there any pure r code to do delaunay or voronoi diagrams? Thanks! --------------------------------- [[alternative HTML version deleted]]
2007 Apr 01
1
new warnings related to the extractor "$" with R 2.5.0alpha
...sc svSocket svIDE "1.1-18" "1.1-8" "1.3-2" "0.9-5" "1.58" "0.9-5" "0.9-5" "0.9-5" -- Renaud LANCELOT D?partement Syst?mes Biologiques du CIRAD CIRAD, Biological Systems Department Campus International de Baillarguet TA 30 / B F34398 Montpellier Tel +33 (0)4 67 59 37 17 Secr. +33 (0)4 67 59 37 37 Fax +33 (0)4 67 59 37 95
2006 Nov 09
1
Extracting the full coefficient matrix from a gls summary?
Hi, I am trying to extract the coefficients matrix from a gls summary. Contrary to the lm function, the command fit$coefficients returns only the estimates of the model, not the whole matrix including the std errors, the t and the p values. example: ctl <- c(4.17,5.58,5.18,6.11,4.50,4.61,5.17,4.53,5.33,5.14) trt <- c(4.81,4.17,4.41,3.59,5.87,3.83,6.03,4.89,4.32,4.69) group <-