Displaying 20 results from an estimated 34 matches for "34398".
Did you mean:
4398
2009 Sep 04
2
enabling core dumps
...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/
2006 Aug 21
1
Fwd: Re: Finney's fiducial confidence intervals of LD50
...age 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 scientifiques
CIRAD, Animal Production and Veterinar...
2006 Jun 04
2
evaluation of the alternative expression in ifelse
...d
--
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
2009 Mar 03
3
PLS regression on near infrared (NIR) spectra data
...starter...
Anybody have any package, or trick to suggest me?
Grateful for yours information!
--
Paulo Ricardo Gherardi Hein
PhD candidate at University of Montpellier 2
CIRAD - PERSYST Department
Research unit: Production and Processing of Tropical Woods - TA B-40/16
73 rue Jean-François Breton 34398 Montpellier Cedex 5, France
phone: +33 4 67 61 44 51
skype: paulo_hein
email: paulo.hein@cirad.fr
[[alternative HTML version deleted]]
2001 May 09
1
Coding categorical -> dummy
...t;,"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 "[un]subs...
2013 Jul 24
3
Change values in a dateframe
...t;)), .Names = c("Matricule",
"Nom", "Prenom", "Sexe", "Date.de.naissance"), class = "data.frame",
row.names = c(NA,
-11L))
Thank for your helps
Michel
--
Michel ARNAUD
Charg? de mission aupr?s du DRH
DGDRD-Drh - TA 174/04
Av Agropolis 34398 Montpellier cedex 5
tel : 04.67.61.75.38
fax : 04.67.61.57.87
port: 06.47.43.55.31
2013 Oct 11
1
behaviour of read.xls (gdata package) when worksheet usesuser-defined cells formats
(I'm afraid this post didn't reach the list on last Wednesday, here it is again )
hi R-list,
And sorry for my frenglish !
I am running R < Good Sport > release ( i386-w64-mingw32/i386 (32-bit) ) ) under Windows 7 Professional, Service Pack 1.
My perl executable is ActivePerl build 817 [257965] (i.e. version 5.8.8.817). Usually it is working fine.
Using the gdata ::read.xls
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...
2013 Sep 10
3
to delete lines by means of a vector
...rame")
It is possible to obtain by
df2 <- df1[df1$Mat != 2 | df1$Mat !=4 | [df1$Mat !=7 | [df1$Mat !=10,]
But how to delete these lines when the 300 values of Mat are in the
vector MatDelete
Any ideas ?
--
Michel ARNAUD
Charg? de mission aupr?s du DRH
DGDRD-Drh - TA 174/04
Av Agropolis 34398 Montpellier cedex 5
tel : 04.67.61.75.38
fax : 04.67.61.57.87
port: 06.47.43.55.31
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]]
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)
2005 Jul 25
1
centos 4 and hardware compatibility
Is centos 4 compatible with gateway 7400 server. We have some spare
gateway 7400 servers with 2 intel Pentium iii (FC-PGA Socket 370)
processors operating at 667 mhz. Are there any compatibility issues?
Fully supported?
^^ Have a Wonderful Day ^^
Don R. Powell
Systems Software Specialist II
Department of Insurance
Application Development & Maintenance
300 Capitol Mall, Suite 1400
2013 Jun 11
0
a title on the map (function gvisGeoChart package googleVis )
...sProjets, locationvar=''Pays'', colorvar=''NbProj'',
options=list(
region= "world",
displayMode="regions",
height=347*1.5, width= 556*1.5
))
plot(G1)
Thank you
--
Michel ARNAUD
Chargé de mission auprès du DRH
DGDRD-Drh - TA 174/04
Av Agropolis 34398 Montpellier cedex 5
tel : 04.67.61.75.38
fax : 04.67.61.57.87
port: 06.47.43.55.31
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]]
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 <-
2006 Aug 30
0
Firewall Log - Follow up on Samba Issue
...1.100 Destination:192.168.1.101 Length:90 TOS:0x00
Protocol:UDP Service:Unknown
Time:Aug 30 03:12:07 Direction: Inbound In:eth0 Out: Port:34374
Source:192.168.1.100 Destination:192.168.1.101 Length:90 TOS:0x00
Protocol:UDP Service:Unknown
Time:Aug 30 03:15:41 Direction: Inbound In:eth0 Out: Port:34398
Source:192.168.1.100 Destination:192.168.1.101 Length:90 TOS:0x00
Protocol:UDP Service:Unknown
Time:Aug 30 03:15:43 Direction: Inbound In:eth0 Out: Port:34399
Source:192.168.1.100 Destination:192.168.1.101 Length:90 TOS:0x00
Protocol:UDP Service:Unknown
Time:Aug 30 03:15:53 Direction: Inbound I...
2005 Sep 28
1
gee models summary
I'm running some GEE models but when I request the summary(pcb.gee) all
I get are rows and rows of intercorelations and they fill up the screen
buffer so I can not even scroll back to see what else might be in the
summary. How do I get the summary function to NOT print the
intercorrelations?
Thanks,
--
Dean Sonneborn
Programmer Analyst
Department of Public Health Sciences
University of
2013 Jul 12
4
simplify a dataframe
...om", "Sexe",
"DateNaissance", "contrat", "Pays", "Debut", "Fin"), class =
"data.frame", row.names = c(NA,
-11L))
Thank you for your help
--
Michel ARNAUD
Charg? de mission aupr?s du DRH
DGDRD-Drh - TA 174/04
Av Agropolis 34398 Montpellier cedex 5
tel : 04.67.61.75.38
fax : 04.67.61.57.87
port: 06.47.43.55.31