search for: prenom

Displaying 14 results from an estimated 14 matches for "prenom".

Did you mean: phenom
2013 Jul 24
3
Change values in a dateframe
Hello I have the following problem : The dataframe TEST has multiple lines for a same person because : there are differents values of Nom or differents values of Prenom but the values of Matricule or Sexe or Date.de.naissance are the same. TEST <- structure(list(Matricule = c(66L, 67L, 67L, 68L, 89L, 90L, 90L, 91L, 108L, 108L, 108L), Nom = structure(c(1L, 2L, 2L, 4L, 8L, 5L, 6L, 9L, 3L, 3L, 7L), .Label = c("CHICHE", "GEOF", "GUTIER&quo...
2013 Sep 10
3
to delete lines by means of a vector
...f Mat (ex : 2,4,7,10). but I have a large number (300) values of Mat dput(df1) structure(list(Mat = c(1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 10, 10, 10, 11, 11, 11, 11, 11, 11, 11), Prenom = c("Ginette", "Ginette", "Ginette", "Ginette", "Ginette", "Ginette", "Nicole", "Nicole", "Nicole", "Nicole", "Jean", "Jean", "Jean", "Jean", "Jean",...
2006 May 16
1
variable row names
Hy all, I wish to use a variable as rownames for a set of datas. By example : > nom<-"toto" > prenom<-"tutu" > res<-c(1,2) > res<-t(res) > res [,1] [,2] [1,] 1 2 > colnames(res)<-c(nom,prenom) > res toto tutu [1,] 1 2 > nom [1] "toto" > I wish to call the rowname by the variable name, in this case it would...
2009 May 08
1
Merging two data frames with 3 common variables makes duplicated rows
...am new to R (ex SAS user) , and I cannot merge two data frames without getting duplicated rows in the results. How to avoid this happening without using the unique() function? 1. First data frame is called "tmv" with 6 variables and 239 rows: > tmv[1:10,] temps nom prenom sexe dist style 1 01:59:36 Cyr Steve H 45 free 2 02:09:55 Gosselin Erick H 45 free 3 02:12:18 Desfosses Sacha H 45 free 4 02:12:23 Lapointe Sebastien H 45 free 5 02:12:52 Labrie Michel H 45 free 6 02:12:54 Leblanc...
2007 Jul 07
2
Unable to install Asterisk Now Beta 6
...he caller to the voicemail if the extension called is not available or does not answer in 15 seconds. Is it possible to configure such a rule with the GUI of Asterisk Now ? Is it possible to make it generic for each and every extension ? Thank you for your help. Cr?ez votre adresse ?lectronique prenom.nom at laposte.net 1 Go d'espace de stockage, anti-spam et anti-virus int?gr?s.
2006 May 17
0
variable colnames
...ariable as rownames for a set of datas. > > > > > > > >By example : > > > > > > > > > > > > > > > >>nom<-"toto" > >> > >> > > > > > > > >>prenom<-"tutu" > >> > >> > > > > > > > >>res<-c(1,2) > >> > >> > > > > > > > >>res<-t(res) > >> > >> > > > > > > > >&gt...
2009 Jul 31
1
Install R on Cygwin (correction)
...details. ########################################################### Next I wrote : make on cygwin ##################################### $ make make: *** No targets specified and no makefile found.  Stop. ##################################### Thanks for helping Créez votre adresse électronique prenom.nom@laposte.net 1 Go d'espace de stockage, anti-spam et anti-virus intégrés. Créez votre adresse électronique prenom.nom@laposte.net 1 Go d'espace de stockage, anti-spam et anti-virus intégrés. [[alternative HTML version deleted]]
2011 Mar 18
5
Replace NIS by Active Directory
...ontrol/overview.asp . But we are looking a freeware solution. (kerberos ? openldap ? pam ? ...) Does someone has already successfully replace NIS by Ad authentification with freeware solution ? Regards. __________________________ Notre adresse de messagerie ?volue pour plus de simplicit? vers : prenom.nom at ifpen.fr. La racine @ifpenergiesnouvelles.fr reste n?anmoins active. Our e-mail address is changing to firstname.surname at ifpen.fr. Nevertheless, messages sent to the domain @ifpenergiesnouvelles.fr will still be delivered. Ce message (et toutes ses pi?ces jointes ?ventuelles) est con...
2006 Jul 03
9
Migrations from Mysql to Oracle. PLS HELP!
...o :profil, :foreign_key => "ID_PROFILE" end with the rails console, I try the following command : >> x = User.find(1) => #<User:0x454cf8b4 @attributes={"id_profile"=>1, "first_name"=>"Nom", "last_name"=>"Prenom", "password"=>"test", "login"=>"login", "id_user"=>1}> That''s fine. but when iwant to get the user profile : >> x.profile => nil >> x.profile.name NoMethodError: You have a nil object when you didn'...
2011 Sep 18
2
sarg
I am running squid + sarg, how can I change the ip-address in the generated report into username? The users are free to surf the web anonymously, no need to provide a login or any authentication to the proxy. Thanks
2012 May 22
2
Limit max number of e-mails sent per hour
Hello list I use sendmail-8.14.4-8.el6.x86_64 and I wonder how to restrict the number of emails sendmail sent over an hour. Is the define(`confMAX_QUEUE_RUN_SIZE', `200') command what I'm looking for? Thank you in advance. Nikos
2009 Apr 05
1
Which model to keep (negative BIC)
...C closest to zero is the best one) ? 2) Does the $G argument from the output of 'mclustModel' represent the best number of clusters for the chosen model ? Many thanks, this is my first post on R help, but I often consult the forum for 4 years. Cladoo Créez votre adresse électronique prenom.nom@laposte.net 1 Go d'espace de stockage, anti-spam et anti-virus intégrés. [[alternative HTML version deleted]]
2009 Jul 31
0
Install R on Cygwin
...... g77 ########################################################### Next I wrote : make on cygwin ##################################### $ make make: *** No targets specified and no makefile found.  Stop. ##################################### Thanks for helping Créez votre adresse électronique prenom.nom@laposte.net 1 Go d'espace de stockage, anti-spam et anti-virus intégrés. [[alternative HTML version deleted]]
2011 Jun 27
1
No USB 3.0 and audio sound with CentOS 5.6
...20 (rev 05) 0b:00.2 Mass storage controller: O2 Micro, Inc. Device 8330 (rev 05) [root at localhost ~]# Did someone know what to do for sound and for this 2 USB 3.0 connectors ? Regards. __________________________ Notre adresse de messagerie ?volue pour plus de simplicit? vers : prenom.nom at ifpen.fr. La racine @ifpenergiesnouvelles.fr reste n?anmoins active. Our e-mail address is changing to firstname.surname at ifpen.fr. Nevertheless, messages sent to the domain @ifpenergiesnouvelles.fr will still be delivered. Ce message (et toutes ses pi?ces jointes ?ventuelles) est con...