search for: 98

Displaying 20 results from an estimated 6523 matches for "98".

2012 Oct 17
2
cut2 error
...t2 function from the 'Hmisc' library. However, when I try and run the function on the following variable, I get an error message (displayed below). I suspect it is because of the NA but I have no idea how to address the error. Many thanks to any insights. structure(list(var1 = c(97, 97, 98, 98, 97, 99, 97, 98, 99, 98, 99, 98, 98, 97, 97, 98, 99, 98, 96, 98, 98, 99, 98, 98, 99, 99, 98, 99, 98, 99, 99, 99, 99, 98, 99, 96, 99, 98, 98, 99, 97, 98, 99, 99, 97, 99, 99, 98, 98, 98, 99, NA, 99, 98, 98, 98, 98, 98, 98, 98, 99, 99, 98, 99, 99, 98, 98, 99, 99, 97, 98, 98, 98, 99, 98, 98, 98, 99...
2008 May 30
1
"ERR sshd: error: no more sessions" issue
...it is not decrementing the used sessions & reusing the already closed sessions? 3) is this supposed to work this way? 4) How do I fix it or work around this? Thanks & Regards Praseed. ============Debug Messages================ May 29 14:43:07 DEBUG sshd[534]: debug1: session_open: session 98: link with channel 98 May 29 14:43:07 DEBUG sshd[534]: debug1: server_input_channel_open: confirm session May 29 14:43:07 DEBUG sshd[534]: debug1: server_input_channel_req: channel 98 request exec reply 1 May 29 14:43:07 DEBUG sshd[534]: debug1: session_by_channel: session 98 channel 98 May 29 14:4...
2010 Mar 09
5
is there an inverse method for table()?
Hi, In R, I know the method table(), which builds a contingency table of the counts y at each level for the factor x. But I would like to know what is the inverse method of table(), if it exists, to obtain the vector z, from the two vectors x and y? x <- (86, 90, 94, 98, 102, 106, 110, 114, 118, 122, 126, 130, 134, 138, 142, 146, 150, 154, 158, 162, 166, 170, 174) y <- c(2, 5, 10, 17, 26, 60, 94, 128, 137, 128, 77, 68, 65, 60, 51, 26, 17, 9, 5, 2, 3, 7, 3) > z [1] 86 86 90 90 90 90 90 94 94 94 94 94 94 94 94 94 94 98 98 98 98 98 98...
2013 Nov 22
0
[xen-unstable test] 22084: tolerable FAIL - PUSHED
...-qemut-winxpsp3 16 leak-check/check fail never pass test-amd64-i386-xl-qemut-winxpsp3-vcpus1 13 guest-stop fail never pass test-amd64-i386-xl-winxpsp3-vcpus1 13 guest-stop fail never pass version targeted for testing: xen b18e2d96e785e7088f3b137e800f987bbe8c7657 baseline version: xen a0eaa86e753766a06d740bd125c0cb8b3358babf ------------------------------------------------------------ People who touched revisions under test: Anthony Perard <anthony.perard@citrix.com> Don Slutz <dslutz@verizon.com> Ian Campbell...
2008 Jul 24
1
Formatting Syntax when Merging
Hi, I've merged the attached two data sets, generating a final merged data set, but when I review this merged data, the dates are not in the correct order. I know that this can be solved by using something like fmt<-"%m/%d/%y", but where should this go in the commands below? > Countrydata<-read.table("Desktop/R/Countrydata.txt", head=T, sep="\t")
2008 Jul 26
1
Marking Interval Length
Hi everyone, I'm trying to break down data into intervals because I need to analyze data according to the intervals between each change in value. What I have done is merged the attached data files, and filled in the missing values this way: > fmt<-"%m/%d/%y" > dd<-read.csv("Desktop/R/CDSdate.txt") > dd$Date<-as.Date(dd$Date, fmt) >library(zoo)
2012 Aug 27
3
Changing entries of column of type "factor"/Adding a new level to a factor
...ctor"? Here is my script incl. input data: > #set working directory: > setwd("K:/R") > > #read in data: > input<-read.table("Exampleinput.txt", sep="\t", header=TRUE) > > #check data: > input Ind M1 M2 M3 1 1 96/98 120/120 0/0 2 2 102/108 120/124 305/305 3 3 96/108 120/120 0/0 4 4 0/0 116/120 300/305 5 5 96/108 120/130 300/305 6 6 98/98 116/120 300/305 7 7 98/108 120/120 305/305 8 8 98/108 120/120 305/305 9 9 98/102 120/124 300/300 10 10 108/108 120/120 305/305 >...
2004 Aug 31
4
Problem with seq.dates in chron
...07/01/95 08/01/95 [9] 09/01/95 10/01/95 11/01/95 12/01/95 01/01/96 02/01/96 03/01/96 04/01/96 [17] 05/01/96 06/01/96 07/01/96 08/01/96 09/01/96 10/01/96 11/01/96 12/01/96 [25] 01/01/97 02/01/97 03/01/97 04/01/97 05/01/97 06/01/97 07/01/97 08/01/97 [33] 09/01/97 10/01/97 11/01/97 12/01/97 01/01/98 02/01/98 03/01/98 04/01/98 [41] 05/01/98 06/01/98 07/01/98 08/01/98 09/01/98 10/01/98 11/01/98 12/01/98 [49] 01/01/99 02/01/99 03/01/99 04/01/99 05/01/99 06/01/99 07/01/99 08/01/99 [57] 09/01/99 10/01/99 11/01/99 12/01/99 01/01/00 02/01/00 03/01/00 04/01/00 [65] 05/01/00 06/01/00 07/01/00 08/01...
2012 Apr 24
4
Simple matrix transformation question
I know this is likely very simple. I want to change a matrix that was given to me not sorted by timestamp to sorted by timestamp. It was sorted by CRAH_Name. There are 264k records initially. The CRAH names start at 11 and go to 98 but there are a number of missing values (CRAH_Name), total approx. 50. A small example of the given matrix Time_Stamp Power CRAH_Name 4/16/2012 00:00 3.4862 11 4/16/2012 00:01 3.4862 11 4/16/2012 00:02 3.61035 11 4/16/2012 00:03 3.57215 11 4/16/2012 00:04 3.6008 11 4/16/2012 00:05 3.64855 11 4/1...
2005 Jun 06
6
Strange characters in 2.1.0?
Signif. codes: 0 *** 0.001 ** 0.01 * 0.05 . 0.1 1 Signif. codes: 0 <80><98>***<80><99> 0.001 <80><98>**<80><99> 0.01 <80><98>*<80> <99> 0.05 <80><98>.<80><99> 0.1 <80><98> <80><99> 1 Signif. codes: 0 *** 0.001 ** 0.01 * 0.05 . 0.1 1 hmm... they go aw...
2016 Oct 11
0
CESA-2016:2045 Important CentOS 6 tomcat6 Security Update
...ory 2016:2045 Important Upstream details at : https://rhn.redhat.com/errata/RHSA-2016-2045.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: babc3fcb381b2c8d30dbbd2d272c5b7fa7dcdb570eb0144056d11ab451a586fe tomcat6-6.0.24-98.el6_8.noarch.rpm 455da241543545f395e7e85c06a2249f83e521522b474f5c5222de84503889c2 tomcat6-admin-webapps-6.0.24-98.el6_8.noarch.rpm 5b8a16864184e4155c660d85f8b6f9ec3cd1d40f4056f88d36233a051168ec2f tomcat6-docs-webapp-6.0.24-98.el6_8.noarch.rpm 9b8196109a7292418c55e94700c2f198dd4712883c82e60d61702e...
2005 Jun 03
2
How to 'de-cross' a table?
Dear R users, I have received a table in the following format: id a b c1 c2 d1 d2 1 1 1 65 97 78 98 2 1 2 65 97 42 97 3 2 1 65 68 97 98 4 2 2 65 97 97 98 Factors of the design are: a, b, and e, where e has levels c and d. The levels c and d then have 2 replicates (r) each. Now I would like to get: id a b e r value 1 1 1 c 1 65 2 1 1 c 2 97 3...
2011 Aug 17
0
A few more questions ....
.... I have a 64-bit CentOS 5.6 VM running on a 64-bit FC14 host, libvirt 0.8.3-10.fc14, 64-bit. I am getting messages in my syslog file, 2 about every 20 min. about dnsmasq: Aug 17 04:53:52 Q6600 dnsmasq-dhcp[1969]: DHCPREQUEST(virbr0) 192.168.122.213 52:54:00:a4:98:a3 Aug 17 04:53:52 Q6600 dnsmasq-dhcp[1969]: DHCPACK(virbr0) 192.168.122.213 52:54:00:a4:98:a3 Aug 17 05:20:13 Q6600 dnsmasq-dhcp[1969]: DHCPREQUEST(virbr0) 192.168.122.213 52:54:00:a4:98:a3 Aug 17 05:20:13 Q6600 dnsmasq-dhcp[1969]: DHCPACK(virbr0) 192.168.122.213 52:54:00:a4:98:a3 Aug 17 05:40:...
2006 Oct 19
1
Newbie: Selecting data
...anyone with more experience than this should be able to help me. General comments about my methods of work are also welcomed. I have a table that I've imported thusly: > w <- read.table("woodford.data", header=T) > w start therms gas KWHs elect temp days 1 10-Jun-98 9 16.84 613 63.80 75 40 2 20-Jul-98 6 15.29 721 74.21 76 29 3 18-Aug-98 7 15.73 597 62.22 76 29 4 16-Sep-98 42 35.81 460 43.98 70 33 5 19-Oct-98 105 77.28 314 31.45 57 29 6 17-Nov-98 106 77.01 342 33.86 48 30 <snip> [Thi...
2011 Feb 04
1
3.1.2 Debian - client_rpc_notify "failed to get the port number for remote subvolume"
...lusterfs 3.1.2 running on Debian, I'm able to start the volume and now mount it via mount -t gluster and I can see everything. I am still seeing the following error in /var/log/glusterfs/nfs.log [2011-02-04 13:09:16.404851] E [client-handshake.c:1079:client_query_portmap_cbk] bhl-volume-client-98: failed to get the port number for remote subvolume [2011-02-04 13:09:16.404909] I [client.c:1590:client_rpc_notify] bhl-volume-client-98: disconnected [2011-02-04 13:09:20.405843] E [client-handshake.c:1079:client_query_portmap_cbk] bhl-volume-client-98: failed to get the port number for remote su...
2005 Feb 15
1
Can't save new Excel 2003 files to Windows 98 pc's
...#39;s 2 separate, somewhat related companies on one subnet for shared printers, etc. I am a computer consultant, but am pretty new to Linux/Samba. The first company has a newly installed server with CentOS 3.3 (Red Hat Enterprise Linux 3.3), running Samba 3.0.11. The second company has a Windows 98 "server" on it, which should eventually be upgraded to a Linux server once I get the first company's server running correctly. Immediately after installing the Samba server, the second company's Windows XP Pro pc's cannot save new Excel 2003 files to their Windows 98 "se...
2008 Mar 30
2
Alignment and Reshaping of the matrix
Dear R users, I have a matrix like 85 .90 86 .89 87 .98 86 .87 88 .98 90 .78 88 .76 89 .56 90 .67 95 .67 89 .89 90 .87 91 .56 96 .87 90 .76 92.98 each pair of columns present a variable name and next the value. I have matrix with more than 500 rows and column. Now I want to convert this matrix in to. 85 .90 00 .00 00 86 .00 .89 .00 .87 8...
2012 Nov 22
4
Using cumsum with 'group by' ?
Hi, First post here. Grateful for any help you can give. I have data which looks like this: id time x 1 12:01 5 1 12:02 14 1 12:03 6 1 12:04 3 2 12:01 98 2 12:02 23 2 12:03 1 2 12:04 4 3 12:01 5 3 12:02 65 3 12:03 23 3 12:04 23 But I want to add a column which is the cumulative sum of X, but only by id. I've used cumsum before, but not in this way. So the result should be something like: id time x...
2016 Oct 12
0
CentOS-announce Digest, Vol 140, Issue 5
...ory 2016:2045 Important Upstream details at : https://rhn.redhat.com/errata/RHSA-2016-2045.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: babc3fcb381b2c8d30dbbd2d272c5b7fa7dcdb570eb0144056d11ab451a586fe tomcat6-6.0.24-98.el6_8.noarch.rpm 455da241543545f395e7e85c06a2249f83e521522b474f5c5222de84503889c2 tomcat6-admin-webapps-6.0.24-98.el6_8.noarch.rpm 5b8a16864184e4155c660d85f8b6f9ec3cd1d40f4056f88d36233a051168ec2f tomcat6-docs-webapp-6.0.24-98.el6_8.noarch.rpm 9b8196109a7292418c55e94700c2f198dd4712883c82e60d61702e...
2004 Mar 05
3
as.POSIXct problem
Hi all, I'm having difficulty converting a 'dates' object to a POSIXct object: testDATES<-c(35947,35971,36004,36008,36053,36066) testDATES<-chron(dates=testDATES, format = c(dates = "m/d/y"), origin=c(month = 12, day = 30, year = 1899)) >[1] 06/01/98 06/25/98 07/28/98 08/01/98 09/15/98 09/28/98 > as.POSIXct(testDATES) [1] NA NA NA NA NA NA >format(as.POSIXct(testDATES), "%m/%d/%Y") [1] NA NA NA NA NA NA I've looked at the as.POSIXct function, traced the problem to ISOdate and then to strptime, e.g., x<-paste(year=18...