search for: choix

Displaying 20 results from an estimated 21 matches for "choix".

Did you mean: choi
2014 Mar 21
1
Memcheck: error in a switch using getGraphicsEvent
Hi the list, One of my package has an (other) error detected by memtest that I do not manage to understand. Here is the message that I get from Memtest --- 8< ---------------- > try(choice(cld1)) Error in switch(EXPR = choix, Up = { : EXPR must be a length 1 vector --- 8< ---------------- The choice function does call the choiceChangeParam function, which is: --- 8< ---------------- choiceChangeParam <- function(paramChoice){ texte <- paste(" ~ Choice : menu ~\n",sep="")...
2013 Apr 02
2
R Commander and FactoMineR
..."black", col.ind.sup="blue", col.var="darkred", col.quali.sup="darkgreen", label=c("ind", "ind.sup", "quali.sup", "var", "quanti.sup"), invisible=c("", new.plot=TRUE)) plot.MCA(res, axes=c(1, 2), choix="var", col.var="darkred", col.quali.sup="darkgreen", label=c("var", "quali.sup"), invisible=c("", new.plot=TRUE)) plot.MCA(res, axes=c(1, 2), choix="quanti.sup", col.quanti.sup="blue", label=c("quanti.sup&quo...
2005 Oct 11
2
Problems with plot function
Hello all R users, My simulation function works correctly, but I have problems with plot function. You will find the following code using it. Thank you for your help ##################################################" simulation <- function(k, n){ conc <- seq(0,10,by=0.5) #choixg <- seq(1, length(conc)) choixg <- rep(0,length(conc)) for (i in 1:length(conc)){ choixg[i] <- (k + conc[i])^2/((k+conc[i])^n + (k+1)^n) } return(choixg) } simulation(5,1) plot(conc, choixg, main ="fonction de choix", col= "blue", pch=20, xlab = " con...
2004 Oct 07
2
TDM400P with FXO/FXS hangup problem
...-------------- /etc/asterisk/extensions.conf : ----------------------------------- [sortant] exten => _0XXXXXXXXX,1,Dial(Zap/g2/${EXTEN}) [entrant] exten => s,1,Answer exten => s,2,Wait(1) exten => s,3,DigitTimeout,2 exten => s,4,ResponseTimeout,3 ; menu d'accueil et de premier choix de langue exten => s,5,Background(fr_bienvenue) exten => s,6,Background(fr_continuer) exten => s,7,Background(en_continuer) ;les choix de langue : ; 1 -> fran?ais : exten => 1,1,Goto(francais,s,1) ; 2 -> anglais : exten => 2,1,Goto(anglais,s,1) ; timeout, retour au menu de...
2005 Oct 13
1
problems with loop and plot function
Hi all R users, I have problems with my second loop for drawing the three curves in the same graphic. I need help please Thank you in advance ######################################################################### simulation <- function(k, n){ conc <- seq(0,100,by=0.5) #choixg <- seq(1, length(conc)) choixg <- rep(0,length(conc)) for (i in 1:length(conc)){ choixg[i] <- (k + conc[i])^n/((k+conc[i])^n + (k+1)^n) } #return(data.frame(choixg, conc)) return(list(choixg=choixg, conc = conc)) } #cbind(simResult$conc, simResult$choixg, format(Sys.time(),...
2011 Jan 11
0
modified FAST Script from package SensoMineR for the R community - Reg
...inal output is also decluttered of overlapping labels, however before calling the fastmod function a source or call to ##plot.MFA2 and plot.MCA2 is required. ## library(maptools) need to be called before calling the functions. ###plot.MFA2 Function plot.MFA2<- function (x, axes = c(1, 2), choix = "ind", ellipse = NULL, ellipse.par = NULL, lab.grpe = TRUE, lab.var = TRUE, lab.ind.moy = TRUE, lab.par = FALSE, habillage = "ind", col.hab = NULL, invisible = NULL, partial = NULL, lim.cos2.var = 0, chrono = FALSE, xlim = NULL, ylim = NULL, cex = 1, title...
2005 Oct 12
0
loop for plot function
...ll four or five figures in the same graphic (n= 1, 2, ..., 4 ou 5) I have tested one, but unsuccessfully. I need you to solve this problems Thank you ###########################################################################" simulation <- function(k, n){ conc <- seq(0,100,by=0.5) #choixg <- seq(1, length(conc)) choixg <- rep(0,length(conc)) for (i in 1:length(conc)){ choixg[i] <- (k + conc[i])^n/((k+conc[i])^n + (k+1)^n) } #return(data.frame(choixg, conc)) return(list(choixg=choixg, conc = conc)) } #choixg <- simulation(5,2) #mydf<-simulation(5,1) s...
2013 Nov 17
4
FactoMineR
...rm(list = ls()) library(FactoMineR) data(mortality) library(epicalc) des(mortality) #Agregue esto para comparar las dos datas res<-MFA(mortality,group=c(9,9),type=c("f","f"), # REALIZA EL ANÁLISIS BIEN name.group=c("1979","2006")) plot(res,choix="freq",invisible="ind",habillage="group") #CON LA TABLA ORGINAL en csv NO NOS FUNCIONA, ?algo nos falta? rm(list = ls()) setwd("D:/Public/Documents/R/FactoMineR/") mortality<-read.csv("mortality.csv",header=TRUE,sep=",", dec=&...
2011 Jan 04
1
isolinux, extlinux and accented characters
Hello, First of all, thanks very much for this piece of software, it's working like a charm. I'm using it to boot a Linux distro I'm working on. What I want to deal with is the display of accented characters in ISOLINUX. First, I set EXTLINUX up to boot an ext2-formatted USB stick. No problem so far. I wrote a config file ordering to load a font (lat-9w) to display french
2013 Nov 17
1
FactoMineR
...> des(mortality) #Agregue esto para comparar las dos datas > > > > res<-MFA(mortality,group=c(9,9),type=c("f","f"), # REALIZA EL ANÁLISIS > > BIEN > > > > name.group=c("1979","2006")) > > > > plot(res,choix="freq",invisible="ind",habillage="group") > > > > > > > > #CON LA TABLA ORGINAL en csv NO NOS FUNCIONA, ?algo nos falta? > > > > > > > > rm(list = ls()) > > > > setwd("D:/Public/Documents/R/FactoMineR/&qu...
2019 Oct 17
2
Centos 8 Mate?
Le 17/10/2019 ? 16:08, Johnny Hughes a ?crit?: > Is gnome3 really that bad :D There's an easy way to figure that out. Our local school has been 100 % GNU/Linux since 2010 (when we first installed CentOS 5 on desktops and servers). On the latest count, I have a hundred users there. Over the years, I've tried a variety of desktop environments, from GNOME 2.x on CentOS 5.x and CentOS
2010 Feb 24
1
how to label individuals with FactoMiner ?
Dear all, i'm trying to label specific individuals (supplementary ones) after a PCA with the FactoMiner package. There is not much details (possibilities?) in the R-help of the plot.pca function. There is indeed a "label" parameter but i could only manage to label the supplementary individuals with there "row.names" (i.e. label="indiv.sup") and not with the
2008 May 11
1
first translation patch - broken characters
..."Nouveau dossier" } + +{ + IDS_LICENSE_CAPTION, "Licence Wine" + + IDS_LICENSE, +"Wine est un logiciel libre, vous pouvez le redistribuer et/ou le modifier \ +selon les termes de la License Publique G351n351rale Limit351e GNU dans sa version 2.1 \ +ou (340 votre choix) toute version ult351rieure.\n \ +\n\ +Wine est distribu351 car potentiellement utile mais SANS AUCUNE GARANTIE, m352me sans \ garantie implicite de POSSIBILIT311 DE COMMERCIALISATION ou D'APTITUDE 300 UN BUT \ SP311CIFIQUE. Veuillez vous reporter 340 la Licence publique g351n351rale limit351e...
2007 Sep 09
1
ColourDialog
Bonjour Alex. Je voudrais savoir si il est possible de sauvegarder les couleurs quand on se sert de "ColourDialog"? merci Sebastien _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2005 Aug 10
1
plz. solve my prob
sir, i am going to configure debian samba server i am getting problems. how can i configure samba as a pdc . plz. reply me back as soon as possible with complete steps. Thanking you. sumit kumar 09848097138 INDIA
2013 Nov 17
0
FactoMineR
...ty) > > library(epicalc) > > des(mortality) #Agregue esto para comparar las dos datas > > res<-MFA(mortality,group=c(9,9),type=c("f","f"), # REALIZA EL ANÁLISIS > BIEN > > name.group=c("1979","2006")) > > plot(res,choix="freq",invisible="ind",habillage="group") > > > > #CON LA TABLA ORGINAL en csv NO NOS FUNCIONA, ?algo nos falta? > > > > rm(list = ls()) > > setwd("D:/Public/Documents/R/FactoMineR/") > > mortality<-read.csv("mortal...
2019 Sep 24
1
Centos 8 Mate?
On 2019-09-24 17:06, Nicolas Kovacs wrote: > Le 24/09/2019 ? 23:09, Frank Cox a ?crit : >> Perhaps now that more people have their hands on Centos 8 and can >> work with it the folks who know what they're doing for getting >> desktops running on EL8 (and I'm definitely not one of them) will be >> able to make further progress. > > For what it's worth,
2006 Apr 02
1
About field weight
...s podcasts vid?o et vos clips pr?f?r?s. Consultez votre agenda ou recherchez une adresse e-mail Gr?ce ? la molette sensitive , vous aurez acc?s ? l'int?gralit? de votre discoth?que, photot?que ou vid?oth?que tr?s simplement et tr?s rapidement. Sur iTunes Music Store , vous aurez le choix parmi plus de 2 millions de chansons, 25000 podcasts, 1000 clips vid?os. T?l?chargez-les sur votre Mac ou votre PC, puis synchronisez-les sur votre iPod. Autonomie jusque 20 heures. Ecran TFT 320 x 240 pixels. Dim. 10,3 x 6,1 x 1,4 cm. - I don't understand howcome the 6th results is n...
2013 May 24
7
Display borked when loading FONT
...LINUX ../noyau-3.5.4 APPEND ro vt.default_utf8=1 root=/dev/sda5 LABEL SDA6 MENU LABEL Slackware 14.0 LINUX ../vmlinuz-huge-smp-3.2.29-smp APPEND ro vt.default_utf8=1 root=/dev/sda6 LABEL windoz MENU LABEL Win 7 KERNEL chain.c32 APPEND hd0 1 # Sous-menu pour les choix de claviers : MENU SEPARATOR LABEL - MENU LABEL Passer en ligne de commande MENU DISABLE MENU SEPARATOR LABEL be MENU LABEL Charger le clavier belge MENU INDENT 1 KERNEL kbdmap.c32 APPEND claviers/be.ktl LABEL cf MENU LABEL Charger le clavier canadien ME...
2008 Jul 30
1
model mix problem. FALSE CONVERGENCE
...es 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?pertoire de r?su...