search for: 79

Displaying 20 results from an estimated 4309 matches for "79".

Did you mean: 97
2011 Oct 23
1
unfold list (variable number of columns) into a data frame
...ding" and "query" and two workload types "query" and "refresh") and as a list of char arrays that looks like this: > str(data) List of 122 $ : chr [1:163] "1" "sharding" "query" "607" "85" "52" "79" "77" "67" "98" ... $ : chr [1:313] "1" "sharding" "refresh" "2932" "2870" "2877" "2868" ... $ : chr [1:57] "1" "replication" "query" "2891" "2907...
2001 Jul 10
1
gls function, very old results
...99 <.0001 genes:variety 1 15 1e-04 So I would like to know what I am doing wrong? I use the following command: fit_gls(response~array+dye+genes+variety+variety*genes+array*genes+dye*genes,data=data) and my dataset looks like this: array variety dye genes response flag 1 79 1 1 1 8.395252 0 2 79 1 1 1 8.583917 0 3 79 1 1 2 8.544225 0 4 79 1 1 2 8.423542 0 5 79 1 1 3 7.502186 0 6 79 1 1 3 7.524021 0 7 79 1 1 4 8.188411 0 8 79 1 1...
2009 Apr 22
4
Problem with "apply"
...t;- function(x){ + y <- NA + if (x[11] %in% c(0:4)) {y <- "0-4"} + else if (x[11] %in% c(5:14)) {y <- "5-14" } + else if (x[11] %in% c(15:29)) {y <- "15-29" } + else if (x[11] %in% c(30:69)) {y <- "30-69"} + else if (x[11] %in% c(70:79)) {y <- "70-79"} + else if (x[11] %in% c(80:125)) {y <- "80+"} + return(y) + } > jj <- apply(mds[1:100,],1,FUN=ageassign) > jj 1 2 3 4 5 6 7 8 9 10 11 12 13 NA "80+" &q...
2008 Feb 12
3
help with bwplot
...x would be connected by a line. Totally, there should be 6 lines, from which three present the Mean values of each Ageclass for respective sex. Are there any easy ways to do this in R? Ageclass Scale Mean Sex 1 21-40 BP 40.26667 female 2 41-60 BP 34.10714 female 3 61-79 BP 37.30000 female 4 21-40 GH 30.25000 female 5 41-60 GH 39.00926 female 6 61-79 GH 49.30000 female 7 21-40 MH 56.53333 female 8 41-60 MH 62.42857 female 9 61-79 MH 72.72727 female 10 21-40 PF 25.86111 female 11 41-60 PF 42.42063 female 12...
2002 Oct 09
3
proc mixed vs. lme
...2002 month 10 day 01 language R #The SAS code from "http://ftp.sas.com/samples/A55235": data weights; input subj program$ s1 s2 s3 s4 s5 s6 s7; datalines; 1 CONT 85 85 86 85 87 86 87 2 CONT 80 79 79 78 78 79 78 3 CONT 78 77 77 77 76 76 77 4 CONT 84 84 85 84 83 84 85 5 CONT 80 81 80 80 79 79 80 6 CONT 76 78 77 78 78 77 74 7 CONT 79 79 80 79...
2012 Feb 17
0
CESA-2012:0141 Critical CentOS 4 seamonkey Update
...ory 2012:0141 Critical Upstream details at : https://rhn.redhat.com/errata/RHSA-2012-0141.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 55b7e003ac20912ede26be03713073f83feee2e82fbe437cb4890bb3c827847a seamonkey-1.0.9-79.el4.centos.i386.rpm 1fe20d952c91fa25b20573972c6aae2202ed2a3066a82b0ffd717c1327a52da8 seamonkey-1.0.9-79.el4.centos.i686.rpm 9a83f274cb7125b765ead6e13a24c5dabbae3c31d2583851a063c04dc8181b61 seamonkey-chat-1.0.9-79.el4.centos.i386.rpm 545bdfe21b31306781ba6b237114d13783342b897767a2ba639b6e3531503183...
2023 Apr 10
1
NT_STATUS_TOO_MANY_OPENED_FILES
...1-96", "duration": 100508}} ldb: unable to open modules directory '/usr/local/samba/lib/ldb' - Too many open files ldb: unable to open modules directory '/usr/local/samba/lib/ldb' - Too many open files [2023/04/10 10:02:25.524087,? 0] ../../lib/ldb-samba/ldb_wrap.c:79(ldb_wrap_debug) ? ldb: module encrypted_secrets initialization failed : Operations error [2023/04/10 10:02:25.524160,? 0] ../../lib/ldb-samba/ldb_wrap.c:79(ldb_wrap_debug) ? ldb: module group_audit_log initialization failed : Operations error [2023/04/10 10:02:25.524203,? 0] ../../lib/ldb-samba...
2013 Nov 17
1
FactoMineR
...lt;-read.csv('mortality_modificado.csv') # modificado sin mucho cuidado. En tu caso debes adecuarlo bien a tus necesidades dd2<-dd[,2:19] rownames(dd2)<-dd[,1] colnames(dd2)<-colnames(mortality) res<-MFA(dd2,group=c(9,9),type=c("f","f"), name.group=c("1979","2006")) Ojalá te sea de ayuda. ¡Salud! 2013/11/17 Carlos Ortega <cof en qualityexcellence.es> > Hola, > > El problema está con el nombre de las columnas y las filas del fichero que > importas. > Mira este detalle tras hacer la importación: > > >...
2019 Oct 08
2
Centos missing kmod-kvdo
hi, I'm testing the new CentOS 8, seems latest kmod-kvdo-6.2.0.293-50.el8.x86_64 does not contain modules for latest kernel kernel-4.18.0-80.7.1.el8_0.x86_64 ?rpm -ql kmod-kvdo-6.2.0.293-50.el8.x86_64 /etc/depmod.d/kvdo.conf /lib/modules/4.18.0-79.el8+2.x86_64 /lib/modules/4.18.0-79.el8+2.x86_64/extra /lib/modules/4.18.0-79.el8+2.x86_64/extra/kmod-kvdo /lib/modules/4.18.0-79.el8+2.x86_64/extra/kmod-kvdo/uds /lib/modules/4.18.0-79.el8+2.x86_64/extra/kmod-kvdo/uds/uds.ko /lib/modules/4.18.0-79.el8+2.x86_64/extra/kmod-kvdo/vdo /lib/modules/4.18...
2013 Nov 17
0
FactoMineR
Hola, El problema está con el nombre de las columnas y las filas del fichero que importas. Mira este detalle tras hacer la importación: > names(mort) [1] "X" "X15.24..79." "X25.34..79." [4] "X35.44..79." "X45.54..79." "X55.64..79." [7] "X65.74..79." "X75.84..79." "X85.94..79." [10] "X95.and.more..79." "X15.24..06." "X25.34..06.&q...
2004 Jan 12
1
E100P - connected to Cisco
...01 00 00 08 02 00 00 46 18<br> > [00 01 00 00 08 02 00 00 46 18 03<br> > [00 01 00 00 08 02 00 00 46 18 03 a9<br> > [00 01 00 00 08 02 00 00 46 18 03 a9 83<br> > [00 01 00 00 08 02 00 00 46 18 03 a9 83 9c<br> > [00 01 00 00 08 02 00 00 46 18 03 a9 83 9c 79<br> > [00 01 00 00 08 02 00 00 46 18 03 a9 83 9c 79 01<br> > [00 01 00 00 08 02 00 00 46 18 03 a9 83 9c 79 01 80<br> > [00 01 00 00 08 02 00 00 46 18 03 a9 83 9c 79 01 80 ]<br> > [00 01 00 00 08 02 00 00 46 18 03 a9 83 9c 79 01 80 ]<br> > Informational f...
2005 Jun 19
2
memory problem
Hello, I have a problem with the memory of one xen server (debian sarge). After booting I can see something like this (with xm list): Domain-0 0 195 0 r---- 21.4 server1 70 79 0 -b--- 62.8 9670 server2 11 79 0 -b--- 83.5 9611 server3 13 79 0 -b--- 33.7 9613 server4 14 79 0 -b--- 83.1 9614 server5 57 79 0 -b--- 5.5 9657 .... I have configured 200 MB for the x...
2013 Nov 17
4
FactoMineR
...QUE VIENE EN LA AYUDA Y TRABAJA BIEN 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&q...
2007 Apr 03
3
Adding DND to dialplan
...o extensions.conf: [dnd-on] exten => _#78,1,Answer exten => _#78,n,Wait(1) exten => _#78,n,Macro(user-callerid,) exten => _#78,n,Set(DB(DND/${CALLERID(number)})=YES) exten => _#78,n,Playback(do-not-disturb&activated) exten => _#78,n,Macro(hangupcall,) [dnd-off] exten => _#79,1,Answer exten => _#79,n,Wait(1) exten => _#79,n,Macro(user-callerid,) exten => _#79,n,dbDel(DND/${CALLERID(number)}) exten => _#79,n,Playback(do-not-disturb&de-activated) exten => _#79,n,Macro(hangupcall,) ;further down include => dnd-on include => dnd-off - - - Monitor...
2004 Mar 17
9
Frequency table
...d split. Or prop.table. cut? findInterval? Argh! Please correct me if what I am looking for is not called a "frequency table". Perhaps it's called grouped data. > zz$x9 [1] 65 70 85 65 65 65 62 55 82 59 55 66 74 55 65 56 80 73 45 64 75 58 60 56 60 [26] 65 53 63 72 80 90 95 55 70 79 62 57 65 60 47 61 53 80 75 72 87 52 72 80 85 [51] 75 70 84 60 72 70 76 70 79 72 69 80 62 74 54 58 58 69 81 84 I (think) I want it to look like: 40-49 2 50-59 15 60-69 20 70-79 19 80-89 12 90-99 2 Or the other way around with transpose. classes = c("40-49", "50-59&quot...
2009 Nov 11
7
Gr�fico xyplot
Hola a todos, Tengo que construir un gráfico para una base de datos que tengo en el que representar para los individuos de esta base su altura vs peso en función de su edad. Para ello, hay que utilizar los gráficos condicionados. En primer lugar usé la función coplot pero cargando el paquete lattice se pueden utilizar funciones que generan gráficos más completos, como es el caso de la función
2009 Mar 31
2
CentOS5U2 waiting too long when ssh login to other linux servers
...0MB (Ethernet), capture size 1520 bytes 18:53:04.999533 IP 192.168.7.24.52315 > 192.168.7.252.22: S 1156562748:1156562748(0) win 5840 <mss 1460,sackOK,timestamp 5097684 0,nop,wscale 7> 18:53:04.999610 IP 192.168.7.252.22 > 192.168.7.24.52315: S 875773864:875773864(0) ack 1156562749 win 5792 <mss 1460,sackOK,timestamp 20270023 5097684,nop,wscale 7> 18:53:04.999654 IP 192.168.7.24.52315 > 192.168.7.252.22: . ack 1 win 46 <nop,nop,timestamp 5097684 20270023> 18:53:05.007974 IP 192.168.7.252.22 > 192.168.7.24.52315: P 1:21(20) ack 1 win 46 <nop,nop,timestamp 20270032...
2004 Dec 11
2
voicemail from mysql / change password
...sable the change password option in Voicemail, that'd be enough for me (and force them to change it via a web interface). Is that do-able? Here's the line from my extconfig.conf: voicemail => mysql,asterisk,users And the mysql users table schema: CREATE TABLE users ( context char(79) DEFAULT '' NOT NULL, mailbox char(79) DEFAULT '' NOT NULL, password char(79) DEFAULT '' NOT NULL, fullname char(79) DEFAULT '' NOT NULL, email char(79) DEFAULT '' NOT NULL, pager char(79) DEFAULT '' NOT NULL, options char(159)...
2012 Feb 17
0
CentOS-announce Digest, Vol 84, Issue 10
...ory 2012:0141 Critical Upstream details at : https://rhn.redhat.com/errata/RHSA-2012-0141.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 55b7e003ac20912ede26be03713073f83feee2e82fbe437cb4890bb3c827847a seamonkey-1.0.9-79.el4.centos.i386.rpm 1fe20d952c91fa25b20573972c6aae2202ed2a3066a82b0ffd717c1327a52da8 seamonkey-1.0.9-79.el4.centos.i686.rpm 9a83f274cb7125b765ead6e13a24c5dabbae3c31d2583851a063c04dc8181b61 seamonkey-chat-1.0.9-79.el4.centos.i386.rpm 545bdfe21b31306781ba6b237114d13783342b897767a2ba639b6e3531503183...
2008 Jun 11
0
PureComponents Ultimate Suite V2008.1 - 79 .NET WinForms Components for $79
PureComponents Ultimate Suite V2008.1 - The cheapest component suite there is! PureComponents offer you component suite for excellent price of 1 USD per component. Purchase the set of 79 components for 79 USD. Purchase 1 year subscription by June 30, and save 30%! http://www.purecomponents.com/ ------------------------------------------------------------------------------------------------------------------------ If you would not like to receive these messages, please visit: http...