search for: 18000

Displaying 20 results from an estimated 148 matches for "18000".

Did you mean: 1000
2008 Feb 12
2
Cox model
...o R-community, It's been a week now that I am struggling with the implementation of a cox model in R. I have 80 cancer patients, so 80 time measurements and 80 relapse or no measurements (respective to censor, 1 if relapsed over the examined period, 0 if not). My microarray data contain around 18000 genes. So I have the expressions of 18000 genes in each of the 80 tumors (matrix 80*18000). I would like to build a cox model in order to retrieve the most significant genes (according to the p-value). The command that I am using is: test1 <- list(time,relapse,genes) coxph( Surv(time, relapse)...
2009 Oct 13
3
strange transcoding values
...2000 16000 - 34002 - 6000 4000 10000 ulaw - 6001 - 1 4001 2 1 14001 - 32003 - 4001 2001 8001 alaw - 6001 1 - 4001 2 1 14001 - 32003 - 4001 2001 8001 g726aal2 - 10000 4001 4001 - 4001 4000 18000 - 36002 - 1 6000 12000 adpcm - 6001 2 2 4001 - 1 14001 - 32003 - 4001 2001 8001 slin - 6000 1 1 4000 1 - 14000 - 32002 - 4000 2000 8000 lpc10 - 10000 4001 4001 8000 4001 4000 - -...
2007 Apr 19
5
Polycom IP 501 is displaying wrong time
Hi, This is Chandra. I have Polycom IP 501 phone. Its showing wrong time on the display screen. How can I set the "New York" time? What value I have to give to GMT offset value? Look forward to your response. Thank you. Regards, Chandra. --------------------------------- Ahhh...imagining that irresistible "new car" smell? Check outnew cars at Yahoo! Autos.
2011 Nov 24
1
what is wrong with this dataset?
...4489920 0.4971199 9 m speaker -1.3045821 0.4373199 10 m worker 0.2777642 -0.3338369 > dataset = read.csv('datalist.csv') > dataset Gender Title Category Salary 1 M Manager 3 27000 2 F Manager 2 22500 3 M Sales Rep 1 18000 4 M Sales Rep 3 27000 5 F Manager 3 27000 6 M Secretary 4 31500 7 M Sales Rep 2 22500 8 M Secretary 2 22500 9 M Worker 4 40500 10 M Manager 4 37100 11 F Secretary 2 22500 12 F...
2008 Dec 17
1
R function to calculate number of data points of each level
I have a dataframe with two columns : 11600 238'4 12000 218'0 12200 209'0 12600 192'0 13000 176'4 14000 145'0 15000 119'0 16000 103'0 18000 80'0 19000 68'3 20000 59'0 11600 208'1 12000 189'2 12200 180'3 There are repeatations in 1st column and I want to use this as Level. Next I want to report for each level how many data points are there, with corresponding Level number. Is there any direct R function? -- V...
2011 Oct 22
1
Does R has a similar way as DATA in SPSS?
...g: DATA LIST LIST /x1 x2 x3 x4 x5 . BEGIN DATA 5700 12.8 2500 270 25000 1000 10.9 600 10 10000 3400 8.8 1000 10 9000 3800 13.6 1700 140 25000 4000 12.8 1600 140 25000 8200 8.3 2600 60 12000 1200 11.4 400 10 16000 9100 11.5 3300 60 14000 9900 12.5 3400 180 18000 9600 13.7 3600 390 25000 9600 9.6 3300 80 12000 9400 11.4 4000 100 13000 END DATA . Is there a similar way in R? Any suggestion will be really appreciated. Thanks in advance. Regards, Jinsong
2010 Aug 09
4
dhcp server
....255.0 { option routers 192.168.100.11; option subnet-mask 255.255.255.0; option domain-name "<mydomain>.local"; option domain-name-servers 192.168.100.2; option time-offset -18000; # Eastern Standard Time range 192.168.100.150 192.168.100.199; } what do I'm missing? or is there a config mismatch? many thanks Richard
2015 May 06
2
Phones don't stop ringing when queue is answered
...;queue_level_1,rtnC,18") in new stack == Using SIP RTP CoS mark 5 == Using SIP RTP CoS mark 5 == Using SIP RTP CoS mark 5 -- SIP/146-00002934 is ringing -- SIP/146-00002934 is ringing -- SIP/178-00002933 is ringing -- SIP/178-00002933 is ringing -- Nobody picked up in 18000 ms -- Nobody picked up in 18000 ms -- Nobody picked up in 18000 ms -- Exiting on time-out cycle -- Executing [s at test-queue:3] Playback("SIP/265-00002931", "transfer_exten") in new stack -- <SIP/265-00002931> Playing 'transfer_exten.slin' (lan...
2002 Apr 16
1
timeout error in rsync-2.5.5
....5), testing a few different combinations of client/server versions (althoug the client is always a linux box and the server always a solaris box). It looks to me as if something kicks the server out of the select() call at line 202 of io.c (read_timeout) despite the timeout being correctly set to 18000 seconds. Can anybody think of what the problem may be? See all the details below. Thanks, -- Alberto CLIENT: [ads@ads-pc ~]$ rsync --version rsync version 2.5.5 protocol version 26 Copyright (C) 1996-2002 by Andrew Tridgell and others <http://rsync.samba.org/> Capabilities: 64-bit...
2009 Sep 18
1
Reading clipboard with read.delim("clipboard") crash (PR#13957)
...uble free error. I've tested copying from various applications, but gedit will do. This problem exists in the openSUSE-supplied 2.8.1, I've just built 2.9.2 to see if it's still there, and it is. I can provide an example delimited file which demonstrates the problem; it contains about 18000 rows and 7 columns of data. read.delim("clipboard") tends to fail when only reading ~1500 rows, though I haven't been able to reproduce the point at which it fails. Reading exactly the same data from a file using read.csv("file.csv") is successful. Problem reproduced as so...
2012 Feb 24
10
[PATCH 0 of 2] [RFC] Patches to work with processor-passthru driver (v1).
These two patches provide the neccessary infrastructure changes for the processor-passthru driver [www.spinics.net/lists/linux-acpi/msg34655.html] to properly function. The first one is quite easy - we just modprobe the processor-passthru driver. The second allows it to work under AMD machines by exposing the PM RDMSR to dom0. It has been tested with 2.6.32 kernel as well to make sure it does
2015 Jun 23
4
yum and yumex change system time
> Date: Tuesday, June 23, 2015 03:48:36 PM -0400 > From: Jonathan Billings <billings at negate.org> > > On Tue, Jun 23, 2015 at 01:56:13PM -0500, g wrote: >> each and every time i run yum or yumex, system time is advanced >> by 5 hours. >> >> this has gone on thru several updates, maybe even upgrades. >> >> centos = 6.6 current >> yum
2016 Feb 04
3
Fwd: [musl] strptime() question
...t;- strptime("1970-01-01 00:00:00", "%Y-%m-%d %H:%M:%OS", tz="UTC") > > as.numeric(t0) > [1] 0 > > > t1 <- strptime("1970-01-01 00:00:00", "%Y-%m-%d %H:%M:%OS", tz="EST5EDT") > > as.numeric(t1) > [1] 18000 > > 18000 / 3600 > [1] 5 > > > > That's why its 5 hours. > R's strptime() is close to the C library strptime(), so think musl > specialists should have it easy to do the above from C and find out > why you get 4 hour instead of 5 hour difference. >...
2007 Nov 08
2
time on polycom 501
..._.0x20._log.level.change.sip="0" tcpIpApp.sntp.daylightSavings.stop.date="4" tcpIpApp.sntp.daylightSavings.stop.month="11" tcpIpApp.sntp.daylightSavings.start.date="8" tcpIpApp.sntp.daylightSavings.start.month="3" tcpIpApp.sntp.gmtOffset="-18000" tcpIpApp.sntp.address="time.apple.com" reg.1.ringType="4" lcl.cpt="0"/> </PHONE_CONFIG> I also have in dhcpd.conf: option ntp-servers 17.254.0.27; How can I get my polycom phones back to the correct time? Thanks, Jerry
2004 Jul 26
0
Significance Test for Correlation Coefficients
Hello all, I have a set of microarray timeseries (approx. 18000 genes and 7 time points per gene) data that I have correlated with a template (a vector of length 7). I have also correlated random data from a normal distribution with the same mean and standard deviation as my data set with the template, as well as, correlating a random permutation of my da...
2008 Apr 16
1
efficiently replacing values in a matrix
Hello all, I should probably know this by now... Anyway: I have a large matrix (dim(data) is 3000 18000). In each element are one of the following character strings "0/0", "1/1", "1/2", "2/2". I wanted to replace "0/0" with NA and the other three with 0,1,2 respectively. To accomplish just the first of these four steps I did this: data[data=="0/...
2010 Jun 17
1
updating cells
Hello all,I have a table with about 18000 rows, I need to UPDATE the strings in the "name.x" column in each row by the strings from "name.y" given if "name.x" is NA or " ". How can I do it? Also I want to update values in other columns, but I think that will be the same job. Daniel -- Daniel Marceli...
2009 Jun 15
1
enourmous amount of disc writes
Hi List, on my mailserver (exim4, dovecot 1.0.0, postgresql, ubuntu dapper, about 500 users) I record an enourmous amount of disc writes (up to 18000 blocks written each second) in the time where most of users are active. This IO activity causes wait-states on the disc interface (RAID5) and finally slows down my mailmachine. Is there a explanation for these disc writes respectively is there a possibility to minimize this activity. Stopping D...
2009 Dec 02
1
Problem with Timeout
Hi, I have a problem with incoming calls. They all seem to be ending after 600 seconds (10 minutes). I've added:- exten => _X.,2,Set(TIMEOUT(absolute)=18000) However the calls seem to still be ending after 600 seconds. I've checked the debug and verbose and the line above is being executed. Is there any way to increase the timeout globally? Using sip.conf or something similar? Thanks Dan -------------- next part -------------- An HTML attachment...
2012 Jan 10
1
[PATCH] libxl: fix typo iff -> if
# HG changeset patch # User Zhigang Wang <zhigang.x.wang@oracle.com> # Date 1326227259 18000 # Node ID a78507899bea4824901d209d818b69545f607312 # Parent 03138a08366b895d79e143119d4c9c72833cdbcd libxl: fix typo iff -> if Signed-off-by: Zhigang Wang <zhigang.x.wang@oracle.com> diff -r 03138a08366b -r a78507899bea tools/libxl/libxl_types.idl --- a/tools/libxl/libxl_types.idl Fri D...