search for: b27

Displaying 15 results from an estimated 15 matches for "b27".

Did you mean: 27
2012 Jan 26
2
extracting from data.frames for survival analysis
Hi, I have a data frame: > class(B27.vec) [1] "data.frame" > head(B27.vec) AGE Gend B27 AgeOn DD uveitis psoriasis IBD CD UC InI BASDAI BASFI Smok UV 1 57 1 1 19 38 2 1 1 1 1 1 5.40 8.08 NA 1 2 35 1 1 33 2 2 1 1 1 1 1 1.69 2.28 NA 1 3 49 2 1...
2015 Sep 16
0
CEEA-2015:1796 CentOS 7 java-1.8.0-openjdk Enhancement Update
...:1796 Upstream details at : https://rhn.redhat.com/errata/RHEA-2015-1796.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 36021227fb1443fbd4e1466c894aea11dc4bc1a581ef8cd384f02ff46266a96f java-1.8.0-openjdk-1.8.0.60-2.b27.el7_1.x86_64.rpm 6730064e7b21853cb231e397c40a80f16bf65c9dcf6452572c1b3446946ba1e9 java-1.8.0-openjdk-accessibility-1.8.0.60-2.b27.el7_1.x86_64.rpm af785e1381dc4bc73343a7121261e2879533c81daf97ab221b4da66028acc3ed java-1.8.0-openjdk-demo-1.8.0.60-2.b27.el7_1.x86_64.rpm dcc3a4399a922ab921cc7f4b891bb...
2004 Aug 16
2
extract a row
...ve not tried to make them factors, but maybe R did this automatically. Anyway, I would like to display on the console rows that meet a rate criterion. So I want to type something like: dataframe[rate=="slow"] and get back this sort of output: test subject trial rate score 34 B27 3 slow 27 55 B55 4 slow 34 where test, subject, trial, rate, and score are all the dataframe's columns. How do I do that?? Thanks, =Randy= R. Zelick email: zelickr at pdx.edu Department of Biology voice: 503-725-3086 Portland State University fax: 503-725...
2010 Feb 04
1
Bug in as.character? (PR#14206)
...its last part: ``diagonal = 1e-12)'' Shorter formula is ok though. Best, H??vard ************ Browse[2]> formula.str y ~ -1 + b1 + b2 + b3 + b4 + b5 + b6 + b7 + b8 + b9 + b10 + b11 + b12 + b13 + b14 + b15 + b16 + b17 + b18 + b19 + b20 + b21 + b22 + b23 + b24 + b25 + b26 + b27 + b28 + b29 + b30 + b31 + b32 + b33 + b34 + b35 + b36 + b37 + b38 + b39 + b40 + b41 + b42 + b43 + b44 + b45 + b46 + b47 + b48 + b49 + elevation + f(idx, model = "sphere", sphere.dir = "global_temperature_80s", T.order = 2, K.order = 2, T.model = "rot...
2007 Mar 10
3
long character string problem
...2+C21)A22*(X12*x1+X22*x2)+1*sqrt(B22*(X12*x1+X22*x2)^2+C22)A23*(X13*x1+X23*x2)+-1*sqrt(B23*(X13*x1+X23*x2)^2+C23)A24*(X14*x1+X24*x2)+-1*sqrt(B24*(X14*x1+X24*x2)^2+C24)A25*(X15*x1+X25*x2)+1*sqrt(B25*(X15*x1+X25*x2)^2+C25)A26*(X16*x1+X26*x2)+1*sqrt(B26*(X16*x1+X26*x2)^2+C26)A27*(X17*x1+X27*x2)+1*sqrt(B27*(X17*x1+X27*x2)^2+C27)A28*(X18*x1+X28*x2)+1*sqrt(B28*(X18*x1+X28*x2)^2+C28)A29*(X19*x1+X29*x2)+-1*sqrt(B29*(X19*x1+X29*x2)^2+C29)A210*(X110*x1+X210*x2)+1*sqrt(B210*(X110*x1+X210*x2)^2+C210)" > fct = c(as.expression(cum1), as.expression(cum2)) > fct expression("A11*(X11*x1+X21*x2)+...
2015 Sep 17
0
CentOS-announce Digest, Vol 127, Issue 6
...4.0.11-13.el7_1.2.x86_64.rpm 428989382a85f030af190546a6a5b11b4329e40334be9bdec9eb354170aaffd2 fence-agents-brocade-4.0.11-13.el7_1.2.x86_64.rpm f41ddbdf44089030e5e144df7144147b517aa6b08eff6e151bea914ba8652dd0 fence-agents-cisco-mds-4.0.11-13.el7_1.2.x86_64.rpm 0fef8ff1aa21a86b2153b5f8c5e240f84f0c9b27eb33e6eabac9029d0930cec3 fence-agents-cisco-ucs-4.0.11-13.el7_1.2.x86_64.rpm 2259b9cefacbe564b048136004f6f15607a95c5725db3098198a7cc3121748e5 fence-agents-common-4.0.11-13.el7_1.2.x86_64.rpm 74ea75cd4938f164907985be3311b82248722a572b2c3f3aab3c0c12b4cfde35 fence-agents-compute-4.0.11-13.el7_1.2.x8...
2013 Sep 05
2
binary symmetric matrix combination
Hi, May be this helps: m1<- as.matrix(read.table(text=" y1 g24 y1 0 1 g24 1 0 ",sep="",header=TRUE)) m2<-as.matrix(read.table(text="y1 c1 c2 l17 ?y1 0 1 1 1 ?c1 1 0 1 1 ?c2 1 1 0 1 ?l17 1 1 1 0",sep="",header=TRUE)) m3<- as.matrix(read.table(text="y1 h4??? s2???? s30 ?y1 0 1 1 1 ?h4 1 0 1 1 ?s2 1 1 0 1 ?s30 1 1 1
2013 Jun 08
1
Multicast panic caused by elasticsearch
Hi, I was experimenting with Logstash + elasticsearch on FreeBSD 9 - initially I downloaded it by hand (I forgot to check for a port) and it worked fine. I then tried the port and this forced me to use a different java version (was jdk-16.0.3p4_25 now openjdk6-b27) and it seems that the new one causes a panic. Unfortunately crashdumps aren't working properly, however I did get the panic message.. in6p_lookup_mcast_ifp: not multicast This is from /usr/src/sys/netinet6/in6_mcast.c around line 1775. Has anyone else seen such a problem? Some quick googlin...
2009 Feb 13
0
help with reshaping (no file attached)
...data zzz <- reshape(zz,varying=list(c("A1","A2","A13","A14","A23","A24","A33","A34","A39","A40","B9","B10","B5","B6","B15","B16","B27","B28","B31","B32","C3","C4","C7","C8","C11","C12","C17","C18","C21","C22","V19","V20","V25","V26","V29","V30...
2005 Nov 27
0
Latest CVS download opensolaris, AMD 64, build errors
Hi All, I'm on OpenSolaris B27, on an AMD 64 system, I'm getting these errors from the build. I've tried to google a solution for a week but no luck. gmake[2]: Leaving directory `/usr/local/src/wine-sources/wine/dlls/msisys' gmake[2]: Entering directory `/usr/local/src/wine-sources/wine/dl...
2004 Aug 06
2
Another icecast2 question
On Tue, 23 Oct 2001 10:39:01 +1000 Michael Smith <msmith@labyrinth.net.au> wrote: > It should take little to no cpu (I haven't yet tested it with enough users > to take it above... 0.1% cpu?), so there's a serious problem here. > > Michael Ok, That's not good then.. Hmm.. Here's my setup currently. libogg-1.0rc2, libvorbis-1.0rc2, (both from the vorbis.com unix
2012 Jan 18
4
R-Help
I am trying to create a frequency distribution and I am a bit confused. Here are the commands I have entered: > data <- read.csv(file="40609_sortedfinal.csv",head=TRUE,sep=",") > NumberOfActionsByStatus = data$STATUS > NumberOfActionsByUser = data$ETS_LOGIN > NumberOfBidOffer = data$BID_OFFER > NumberOfActionsByUser.freq = table(NumberOfActionsByUser) >
2006 Jan 13
26
A couple of issues
I''ve been testing ZFS since it came out on b27 and this week I BFUed to b30. I''ve seen two problems, one I''ll call minor and the other major. The hardware is a Dell PowerEdge 2600 with 2 3.2GHz Xeons, 2GB memory and a perc3 controller. I have created a filesystem for over 1000 users on it and take hourly snapshots, which d...
2005 Nov 19
11
ZFS related panic!
...eekleyj 3.57G 34.1G 3.57G > > /users/weekleyj > > > > NAME SIZE USED AVAIL CAP > > HEALTH ALTROOT > > homepool 38.0G 3.63G 34.4G 9% > > ONLINE - > > > > > > I was copying over the b27 boot cd via "find . > > -print | cpio > > -pdmv /home/weekleyj/CD" and terminated it with a > > ^C. > > At that point the machine panicked with all sorts of > > ZFS info, and > > dropped core in /var/crash/fugly. So far, I haven''t > >...
2013 Apr 22
7
Multiple lon lat points in the map with ggplot2
Hello R users, For the last few days I am struggling with the following task: my data.frame: A1 A2 A3 B1 B2 B3 58.81 53.292 54.501 13.013 17.39 19.407 56.02 56.251 54.033 20.099 13.15 10.411 55.376 53.099 57.625 13.396 21.031 13.22 58.584 53.194 54.218 13.038 16.854 19.289 55.7 55.921 53.847 19.942 13.153 9.828 55.093 52.934