Displaying 13 results from an estimated 13 matches for "mixte".
Did you mean:
mite
2013 Jan 19
0
Cluster Analysis and PCoA (mixt variables)
Hello everyone,
I mail you because of my lake of knowlegde regarding statistics.
I'm using the CA and PCoA (but maybe should I use some other techniques) to
determine the differences and similarities between a large sample of plants
using different kind of traits through matrix of mixte variables.
I understood that the daisy() function using the gower metric and defining
the different type of variable is a good way to deal with such mixt
variable. And in fact, my plots (cluster{agnes})(more that my PCoA) are
quite reflecting what I was expecting from the aspect of those different...
2006 Nov 28
1
problem with source(), parse() and "french" colnames
...recirculée.en.continu
These commands work perfectly when used individually and submitted directly.
But when I am sourcing the command file including these lines, I get the
following error message :
Erreur dans parse(file, n = -1, NULL, "?") : erreur de syntaxe à la ligne
35: MES.liqueur.mixte.en.continu<-
1000*file_table[[2]]$MES.liqueur.mixte.en.continu
36: file_table[[2]]$MES.boue.recircul‚
I guess that the problem is coming form the "é" in my colnames as the
following command :
file_table[[2]]$MES.liqueur.mixte.autosurveillance<-
1000*file_table[[2]]$MES.liqueur...
2013 Apr 03
5
Can package plyr also calculate the mode?
I am trying to replicate the SAS proc univariate in R. I got most of the
stats I needed for a by grouping in a data frame using:
all1 <- ddply(all,"ACT_NAME", summarise, mean=mean(COUNTS), sd=sd(COUNTS),
q25=quantile(COUNTS,.25),median=quantile(COUNTS,.50),
q75=quantile(COUNTS,.75),
q90=quantile(COUNTS,.90), q95=quantile(COUNTS,.95),
q99=quantile(COUNTS,.99) )
2005 Apr 22
1
density estimation
hello
sorry for my english
I would like estimate density for multivariate variable,( f(x,y) , f(x,y
,z) for example) ; for calculate mutual information
how is posible with R?
thanks
Bernard
Bernard Palagos
Unité Mixte de Recherche Cemagref - Agro.M - CIRAD
Information et Technologie pour les Agro-Procédés
Cemagref - BP 5095
34033 MONTPELLIER Cedex 1
France
http://www.montpellier.cemagref.fr/teap/default.htm
Tel: 04 67 04 63 13
Fax: 04 67 04 37 82
[[alternative HTML version deleted]]
2005 Jul 05
1
calling fortran functions CHOL and DPOTRF form Fortran
...I've not been able to find it in the R source
distribution.
Could anyone point the place of that file?
Thanks in advance,
Gilles
--
_________________________________________________________________________
Gilles GUILLOT
INRA -D?partement Math?matiques et Informatique Appliqu?es
Unit? Mixte de Recherche INRA - INAPG - ENGREF
Institut National Agronomique de Paris-Grignon
16, rue Claude Bernard
75231 Paris cedex 5 France
phone 33 1 44 08 18 42
fax 33 1 44 08 16 66
http://www.inapg.fr/ens_rech/mathinfo/personnel/guillot/welcome.html
2004 Oct 22
1
building an R package : where and how should my fortran library be loaded ?
...oaded automatically
by the command library("Geneland")
Obviously, it's not.
Where and how should the library loaded ?
Gilles
_____________________________________________________________________
Gilles GUILLOT
INRA -D??partement Math??matiques et Informatique Appliqu??es
Unit?? de Mixte de Recherche INRA - INAPG - ENGREF
Institut National Agronomique de Paris-Grignon
16 rue Claude Bernard
75231 Paris cedex 5
Aile Claude Bernard
Niveau cours +3 ??tages
tel : +33 (0)1 44 08 72 71
fax : +33 (0)1 44 08 16 66
http://www.inapg.fr/ens_rech/mathinfo/personnel/guillot/welcome.html
_______...
2005 Jun 14
3
Calling C from Fortran
I would like to call C routines from Fortran under linux as suggested in
section 5.6 of
the "Writing R extensions" documentation.
I'm familiar with Fortran but not with C.
I understand the example provided in Fortran:
subroutine testit()
double precision normrnd, x
call rndstart()
x = normrnd()
call dblepr("X was", 5, x, 1)
call rndend()
end
but I don't understand
2003 Jul 24
1
Integer programming in R
Dear all,
I am a relative newcomer to the R language, and am sussing out
the possibilities of using R to do integer programming (which I am
also new to). Is there something along the lines of the NUOPT S-
PLUS package that is available, or on the way, for R? Are there
other options for integer programming in R?
Thanks very much in advance,
Robin Naidoo
University of Alberta
Edmonton, AB,
2012 Mar 05
1
Migration vm Xen vers XenServer
...nnes ont déjà effectuer ce genre de migration?
Si oui comment avez vous procéder?
D''avance merci pour vos nombreaux retour.
Cdlt.
Matthieu
--
Matthieu ROUDON
Technicien Informatique
Direction des Systèmes d''Information
Institut d''Etudes Politiques de Grenoble
Unité Mixte de Recherche PACTE - UMR 5194
Tél: 04 76 82 83 64
courriel: Matthieu.Roudon@iepg.fr
2012 Jul 05
0
convert a VM of Xen Open Source to the format OVF
Hello
Is there a tool or a technical which would allow to convert a VM of Xen
Open Source to the format OVF?
Thank you for your returns
Cordially
--
Matthieu ROUDON
Technicien Informatique
Direction des Systèmes d''Information
Institut d''Etudes Politiques de Grenoble
Unité Mixte de Recherche PACTE - UMR 5194
Tél: 04 76 82 83 64
courriel: Matthieu.Roudon@iepg.fr
2004 Oct 25
5
building a package under windows
...moving 'C:/DOCUME~1/guillot/MESDOC~1/package/GENELA~1.RCH/geneland'
ERROR
Installation failed.
What is wrong here ?
Gilles
--
_____________________________________________________________________
Gilles GUILLOT
INRA -D??partement Math??matiques et Informatique Appliqu??es
Unit?? de Mixte de Recherche INRA - INAPG - ENGREF
Institut National Agronomique de Paris-Grignon
16 rue Claude Bernard
75231 Paris cedex 5
Aile Claude Bernard
Niveau cours +3 ??tages
tel : +33 (0)1 44 08 72 71
fax : +33 (0)1 44 08 16 66
http://www.inapg.fr/ens_rech/mathinfo/personnel/guillot/welcome.html
2008 Jul 30
1
model mix problem. FALSE CONVERGENCE
...#Chargement des Librairies
library(car)
library(Hmisc)
library(tkWidgets)
library(svDialogs)
library(multtest)
library(nlme)
#Rep <- "C:/Documents and Settings/U3M/Bureau/steph/Scripts R/"
Rep <- "C:/Documents and Settings/rafa/Mis documentos/metabolomics/Scripts
R/Mod?les Mixtes/"
# Choix du fichier ? traiter
source(sprintf("%sinfile2bis.q",Rep))
para<-infile2bis() # Ouvre une petite interface permettant de s?lectionner
le fichier
# que l'on veut traiter
Fic <- para$fichier # fic est le fichier ? traiter
pat <- para$pat # R...
2010 Mar 12
7
sqldf not joining all the fields
Dear R users,
I have two data frames that were read from text files as follows:
x_data <- read.table("x.txt", header = TRUE, sep = "|", quote = "\"'",
dec = ".",as.is = TRUE,na.strings = "NA",colClasses = NA,
nrows = 3864284,
skip = 0, check.names = TRUE,fill=TRUE,
strip.white = TRUE,