similar to: hello

Displaying 16 results from an estimated 16 matches similar to: "hello"

2007 Apr 24
2
(no subject)
I wanna display some data which there are subsets of a dataframe called "don" but there are errors like this > L=as.numeric(levels(factor(don$Id_Cara))) > for(i in L){ + donC(i)=subset(don, Id_Cara == i, select = c( Id_TrT1, Id_Geno, Id_Rep, Val_O)) + donC(i) + } Erreur dans donC(i) = subset(don, Id_Cara == i, select = c(Id_TrT1, Id_Geno, : impossible de trouver la
2007 Apr 24
1
read.table
sorry, I don't undersatnd what happens Annee_O;Id_Essai;Id_Rep;Id_Geno;Id_Cult;Lib_Geno;St_Cult;Id_Par;X_Par;Y_Par;Id_Cara;Surf_O;Val_O;Ori_O;Stade_O;Date_O;Id_Bloc;Id_TrT1 2004;1006003;1;55094;1012988;XF 338/1;;1;1;1;137;;9.4;P;;09/09/2004;1;0 2004;1006003;1;55094;1012988;XF 338/1;;1;1;1;193;;189;P;;01/01/2004;1;0 2004;1006003;1;55094;1012988;XF 338/1;;1;1;1;103;14.95;85;P;;09/09/2004;1;0
2007 Apr 24
2
write
ok, I have problems with write function > F Id_TrT1 Id_Geno Id_Rep Val_O 3 0 55094 1 85 9 0 55096 1 87 15 0 55098 1 92 21 0 55079 1 76 27 0 55095 1 92 33 0 55099 1 98 39 0 55092 1 92 45 0 55090 1 72 51 0 55101 1 93 57 0 55106 1 90
2007 Apr 20
3
Hi
Please add me to mailing list. regards Astha ************************************** See what's free at http://www.aol.com. [[alternative HTML version deleted]]
2007 Apr 23
4
data frame
hello, I wanna print something like this Class Levels Values Id_TrT1 1 2 Id_Geno 7 64208 64209 64210 64211 64212 64213 64214 Id_Rep 2 12 Is it possible? I have some problem I think taht I should use data.frame with matrix but I'm not sure and perhaps it's false
2007 May 14
4
Batch
I saw the R-help to run some R programs in batch I used it like this > R CMD BATCH C:/Documents and Settings/melyakhlifi/Bureau/calcara.r Erreur : erreur de syntaxe dans "R CMD" but without success!!!I don't work on linux but on windows IS it the same command ? _____________________________________________________________________________ [[alternative HTML version
2007 Apr 23
0
WG: data frame
You can build the data frame with: dat <- data.frame(Class=I("Id_TrT1"), Levels=I("1"), Values=I("2")) new.info <- c(Class="Id_Geno", Levels="7" , Values="64208 64209 64210 64211 64212 64213 64214") dat <- rbind(dat, new.info) dat new.info <- c(Class=" Id_Rep ", Levels="2" , Values="12")
2007 May 02
1
missing values
hello, I need your help for this example > for(k in LR) { + donGeno[[k]] <- as.numeric(levels(factor(subset(don2, Id_Essai == 1006961 & Id_Cara == LC[1] & Id_Rep == k, select = Id_Geno)[,1]))) + print(donGeno[[k]])} [1] 65125 65126 65127 65128 65129 65130 65131 65132 65133 65134 65135 65136 65137 65138 65139 65140 65141 65142 65143 65144 65171 [1] 65126 65127 65128 65129 65130
2007 Apr 24
4
from R to html
hello, If I wanna export data.frame from R to html have you got some ideas to do this? ___________________________________________________________________________ [[alternative HTML version deleted]]
2004 Aug 29
2
Official icons for ogg ?
I'm looking for some official ogg icons to display in windows... i've found ltos of unofficial ones... i have this vague feeling i saw offical icons listed somewhere... but ican't remember where. What i'm after is 1 (or 3) icons... either just a single generic ogg icon... or 3 icons, 1 generic, 1 video, 1 audio... preferably in .ico format and in large and small sizes. Specific
2007 Apr 27
0
(no subject)
Hey, The syntax is: if(condition){ #COMMANDS_A } else{ #COMMANDS_B } Hope this helps, -Matt On Fri Apr 27 15:07 , elyakhlifi mustapha <elyakhlifi_mustapha at yahoo.fr> sent: >hi, >I don't understand my error when I submit this program > >> for(k in LR) { >+ donRep[[k]] >+ M[[193]] >+
2007 May 16
2
use mathematics formula
hello, I wanna use some mathematics formula and to do this I tried several way in paricular using strsplit textconnection scan setdiff but I think that it's a lil hard the data frame that I'm working on is as follow > donCalcara2 Id_Cara Form_C 1 743
2011 May 24
2
Can I write to wondows folder
Hi!I have Samba 3.2.5 as PDC for 20 users with windws XP now I need that 5 users can write into C:\windows folder from each machine in my LAN. I have a Administrators group with RID 544 and i added these users to this group but it doesnt work, I did the same adding to Domain Admin and didnt . There is a something way to give to these users access to can write into this folder Thks.
2002 Jun 27
0
lattice and dates
HiI'm fairly new to R and the list, so please take what I say accordingly!Far as I can see, strptime gives you a string in some specified format. In order to do any kind of numerically-based modelling with that, you need to obtain a number to work with.One way to do this is by getting the time with Sys.time() instead and coercing it to a number using as.integer():> as.integer(Sys.time())I
2017 Feb 15
3
RAID questions
Hello, Just a couple questions regarding RAID. Here's thesituation. I bought a 4TB drive before I upgraded from 6.8 to 7.3. I'm not too far into this that Ican't start over. I wanted disk space to backup 3 other machines. I way overestimated what I needed for full, incremental and image backups with UrBackup.I've used less than 1TB so far. I would like to add an additional drive
2006 Aug 26
0
DRbFire / ActiveRecord performances
Hi, I''m using drbfire to send a "DRbUndumped" ActiveRecord object from the server to the client, through an ADSL line of 4Mbits/s download, and 600Kbits/s upload. I was afraid there would be too many round-trips between the client and the server, and unfortunately this is true: Server code: ------------ #!/usr/local/bin/ruby require ''rubygems'' require