search for: rec2

Displaying 8 results from an estimated 8 matches for "rec2".

Did you mean: rc2
2013 May 03
2
R does not subset
Hi everyone, I know there have been several requests regarding subsetting before, but none of them really helps with my problem: I'm trying to subset only infected individuals from the REC2 data.frame: > str(REC2) 'data.frame': 362 obs. of 7 variables: $ RINGNO : Factor w/ 370 levels "BL17546","BL17577",..: 78 81 67 41 58 66 17 $ year : Factor w/ 8 levels "Y2002","Y2003",..: 1 2 1 2 1 1 2 1 1 3 ... $ ccFLEDGE : int 6 6...
2007 Jan 05
1
Upgrading to Windows 2003 servers
...ration with SAMBA is not restrictive. Below is a copy of the smb.conf file running on one of the Solaris boxes. Are there any issues with her promoting to the new servers. # Global parameters [global] workgroup = RAD server string = Samba server netbios name = REC2 security = SHARE max log size = 50 log file = /usr/local/samba/var/log.%m socket options = TCP_NODELAY wins server = 159.233.190.90 [rols] comment = rec2:/global/rols path = /global/rols guest ok = yes read only =...
2011 Apr 28
1
Variance
I'm trying to find the variance of various outputs in a matrix: for(l in 2:vl){ for(o in 1:(l-1)){ # Make sure the inputs are for the matrix "m" input3=rownames(v)[o] input4=colnames(v)[l] r=t[(t$Rec1==input3 & t$Rec2==input4),output] if(length(r)==0){ r=t[(t$Rec1==input4 & t$Rec2==input3),output] } v[l,o]=var(q,na.rm=TRUE) v[o,l]=var(q,na.rm=TRUE) v[l,l]=var(q,na.rm=TRUE) } } Each output will yield multiple results, since each input length varies. I'm not sure if this is...
2011 Apr 28
1
Subscript out of Bounds
I currently have this code: for(j in 2:n){ for(i in 1:(j-1)){ # Make sure the inputs are for the matrix "m" input1=rownames(m)[i] input2=colnames(m)[j] q=t[(t$Rec1==input1 & t$Rec2==input2),output] if(length(q)==0){ q=t[(t$Rec1==input2 & t$Rec2==input1),output] } m[i,j]=mean(q) m[j,i]=mean(q) m[j,j]=mean(q) }} I already created a 20x20 matrix "m" and have the rows and columns made up: m=matrix(data=NA, nrow=rl, ncol=rl, dimnames=lis...
2006 Nov 26
1
starting Samba and removing PCNetlink
...that I tested on prior to this weekend. The other production system can't be seen from windows. The access is wide open and the shares are set up the same. Here is a sample of the smb.conf file running on the box that works great # Global parameters [global] workgroup = RAD netbios name = REC2 security = SHARE hosts allow = xxx.xxx.xxx. xxx.xxx.xxx. xxx.xxx.xxx load printers = yes max log size = 50 log file = /usr/local/samba/var/log.%m passdb backend = tdsam socket options = TCP_NODELAY local master = no os level = 33...
2011 Sep 30
3
[LLVMdev] Tablegen: RegisterInfoEmitter.cpp
...appeared after changing register names from eg a23g to aa23g. It was the map ordering operator that was the trouble, it seems, as the problem disappeared when I used std::string::compare() instead for the RegisterAliases map. struct LessRecord { bool operator()(const Record *Rec1, const Record *Rec2) const { return StringRef(Rec1->getName()).compare_numeric(Rec2->getName()) < 0; } }; struct LessRecordRegAliases{ bool operator()(const Record *Rec1, const Record *Rec2) const { return Rec1->getName().compare(Rec2->getName()) < 0; } }; The conclusion is that the S...
2006 Apr 16
1
Some applications print, some don't
...ot; "TUTILITY.DLL" = "builtin, native" "Bivbx11.dll" = "builtin, native" "Vbrun200.dll" = "builtin, native" "hp16v300.dll" = "builtin, native" system.reg ======== [System\\CurrentControlSet\\Control\\Print\\Printers\\rec2] 1144284805 "Attributes"=dword:00000000 "Datatype"="RAW" "Default DevMode"=hex:72,65,63,32,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,0a,03,01,00,9c,00,08,00,13,6b,00,00,\ 01,00,09,00,9a,0b,33,08,64,00,01,00,07,0...
2012 May 07
3
que valores está informando R en summary???
Hola a todos! perdón por molestarlos nuevamente con los contrastes, pero estoy trantando de entender que es lo que está haciendo R y de donde vienen los valores que informa pero  no lo logro. Creí haberlo entendido pero a la hora de usar mis datos los resultados no dan como deberían. Tengo dos variables explicativas que son factores con 3 niveles cada uno. Esta es la tabla de medias de la