search for: 7.8

Displaying 20 results from an estimated 488 matches for "7.8".

Did you mean: 0.8
2007 Nov 09
3
Normalizing grouped data in a data frame
Hi I am a newbie to R but have tried a number of ways in R to do this and can't find a good solution. (I could do it out of R in perl or awk but would like to know how to do this in R). I have a large data frame 49 variables and 7000 observations however for simplicity I can express it in the following data frame Base, Image, LVEF, ES_Time A, 1, 4.32, 0.89 A, 2, 4.98, 0.67 A, 3, 3.7, 0.5
2013 Apr 29
1
how to add new rows in a dataframe?
Hi, dat1<- read.table(text=" id??????????????? t???????????????????? scores 2???????????????? 0??????????????????????? 1.2 2???????????????? 2???????????????????????? 2.3 2???????????????? 3??????????????????????? 3.6 2???????????????? 4??????????????????????? 5.6 2???????????????? 6??????????????????????? 7.8 3???????????????? 0??????????????????????? 1.6 3????????????????
2020 Apr 07
2
RHEL 7.8 is out
This is not your usual "so when is CO 7.8.xxxx coming out?" posts. I'm just curious if the CentOS team is affected by our current world conditions, or is work-from-home modus operandi for the team? (In other words, "when is CO 7.8.xxxx coming out?") -- *Matt Phelps* *Information Technology Specialist, Systems Administrator* (Computation Facility, Smithsonian
2012 Apr 03
0
CEBA-2012:0445 CentOS 6 pcre FASTTRACK Update
CentOS Errata and Bugfix Advisory 2012:0445 Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-0445.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 7cc935ba0f8083b5215386440ca973dac55f8677692198e708d3e36efd2f46cb pcre-7.8-4.el6.i686.rpm 1727bf9b9c0e06ee577280b487b2a0fee1b17defb8cdcf3c3dc6b02b5f4072d4
2012 Sep 07
0
CEBA-2012:1240 CentOS 6 pcre FASTTRACK Update
CentOS Errata and Bugfix Advisory 2012:1240 Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-1240.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 3f2bc72b2a672249e7195c7a0a7932eaa9623745c4b314dd88262fc8dcc401dd pcre-7.8-6.el6.i686.rpm f73439c2eec171c0b8640ea68e4d720892b23383c6c1270ed2eba20f0c9e1f31
2009 Oct 25
3
Importing data from text file with mixed format
Hi, I'm having difficulty importing my textfile that looks something like this: #begin text file Timepoint 1 ObjectNumber Volume SurfaceArea 1 5.3 9.7 2 4.9 8.3 3 5.0 9.1 4 3.5 7.8 Timepoint 2 ObjectNumber Volume SurfaceArea 1 5.1
2009 Sep 28
6
SAS user now converting to R - Help with Transpose
I am just starting to code in R and need some help as I am used to doing this in SAS. I have a dataset that looks like this: Chemical Well1 Well2 Well3 Well4 BOD 13.2 14.2 15.5 14.2 O2 7.8 2.6 3.5 2.4 TURB 10.2 14.6 18.5 17.3 and so on with more chemicals.... I would like to transpose my data so that it looks like this: Chemical WellID Value BOD Well1 13.2 BOD Well2 14.2 BOD Well3 15.5 BOD
2020 May 05
1
Samba update to 4.10 (on Centos 7.8) - broken -?
hi guys I've just let the system to get big update to 7.8 and with it came new Samba(4.10.4-10.el7.x86_64), a version with now fails on my boxes for no apparent reasons. My Samba uses LDAP backend but I can see no errors related to that neither. ... [2020/05/05 15:53:37.093041,? 0] ../../lib/util/become_daemon.c:136(daemon_ready) ? daemon_ready: daemon 'smbd' finished starting up and
2004 Oct 21
0
Hmisc: Using stratified weighted means (wtd.mean) within a function
Hello list, I have the following function which, as you can see, uses mean: meanratings <- round(apply(stack03[,c(102:121)],2,function(x) (tapply(x ,actcode, mean, na.rm=T))), digits=1) The above function yields the following output: q27a q27b q27c q27d q27e q27f q27g q27h q27i q27j q27k q27l q27m q27o q27p 1 7.8 8.1 7.7 7.9 7.9 NaN NaN 8.4 7.8 7.0 7.6 NaN NaN 7.1 6.0 2
2012 Sep 07
0
CentOS-announce Digest, Vol 91, Issue 4
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2010 Nov 12
2
Surprising behavior using seq()
Hello R-help, I noticed the following surprising behavior when using %in% to find elements in a vector generated using seq(). # weird!!! > c(7.7, 7.8, 7.9) %in% seq(4, 8, by=0.1) [1] TRUE FALSE TRUE # OK now > c(7.7, 7.8, 7.9) %in% round(seq(4, 8, by=0.1), 1) [1] TRUE TRUE TRUE # wait, how is this different? > c(7.7, 7.8, 7.9) %in% seq(7, 8, by=0.1) [1] TRUE TRUE TRUE Is there an
2020 Jun 17
2
CentOS 7.8 samba member server does not join and populate with correct FQDN
Joining member Centos 7.8 Linux server with 4.10.4-10.el7 or higher appears to ignore client FQDN when AD domain does not match client domain name.? For example Active Directory Domain is ad1.testdomain.com and the client member server FQDN is? testhost.clients.testdomain.com.? When joining the domain? DNSHostName attribute in AD shows testhost.ad1.testdomain.com when it should be
2017 Aug 10
4
sinking in LICM
Hi, In the IR below, %tmp.7 and %tmp.8 are not used in loop, so we can sink them in exit blocks. However, LICM do not handle this case because of the check in isNotUsedInLoop() which returns false when a PHI node use is hooked from a block inside the loop. I'm not sure if we really need to have this check even when the PHI is outside the loop? define i32 @test7(i32 %N, i32 %N2, i1 %C) {
2011 May 17
2
can not use plot.Predict {rms} reproduce figure 7.8 from Regression Modeling Strategies (http://biostat.mc.vanderbilt.edu/wiki/pub/Main/RmS/course2.pdf)
Dear R-users, I am using R 2.13.0 and rms 3.3-0 , but can not reproduce figure 7.8 of the handouts *Regression Modeling Strategies* ( http://biostat.mc.vanderbilt.edu/wiki/pub/Main/RmS/course2.pdf) by the following code. Could any one help me figure out how to solve this? setwd('C:/Rharrell') require(rms) load('data/counties.sav') older <- counties$age6574 + counties$age75
2010 May 17
1
nv50 piglit change between 7.8 and master
7.8 branch (533b7663) : 209/246 master branch (c882c31) : 216/241 In short : 8 fail/warn -> pass 5 fail -> skip 1 pass -> fail So the only regression is glean/clipFlat Output: ---------------------------------------------------------------------- Test clipping with flat shading (provoking vertex). clipFlat: Failure for glBegin/End(GL_QUADS), glFrontFace(GL_CCW) GL_EXT_provoking_vertex
2020 May 15
4
Users loose supplementary groups after a time
On 14/05/2020 21:59, Orion Poplawski via samba wrote: > Sorry, I thought I had re-enabled delivery, but I had not. So trying to reply > to Rowland Penny here: > >> On 14/05/2020 18:46, Orion Poplawski via samba wrote: >>> All - >>> >>> I seem to be suffering from the common complaint that users loose >>> supplementary group access after a
2020 Oct 08
0
how to use intel UHD 630 display driver on CentOS 7.8?
Hello all, I just installed CentOS 7.8 on ASRock B460M Pro4 board. CPU is i5-10400. The display device is inside the CPU and the max resolution is 4096x2160 for HDMI. But when I connect my small screen (max full HD), the display resolution is only 800x600. >From seeing some info here, I installed EPEL for yum, and inxi. The "inxi -G" command's output is like this :
2020 Oct 08
0
how to use intel UHD 630 display driver on CentOS 7.8?
Hello all, I just installed CentOS 7.8 on ASRock B460M Pro4 board. CPU is i5-10400. The display device is inside the CPU and the max resolution is 4096x2160 for HDMI. But when I connect my small screen (max full HD), the display resolution is only 800x600. >From seeing some info here, I installed EPEL for yum, and inxi. The "inxi -G" command's output is like this :
2020 Apr 08
1
RHEL 7.8 is out
On Wed, Apr 8, 2020 at 2:01 AM Kenneth Porter <shiva at sewingwitch.com> wrote: > Some useful info for the list. Release notes! ;) > > < > https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/7.8_release_notes/index > > > > _______________________________________________ > CentOS mailing list > CentOS at centos.org >
2009 Jul 24
1
sXe 7.8 on Ubuntu 9.04
Hi ! I use wine-1.1.25 and Ubuntu 9.04 when I try to run sxe 7.8 on it it's says me: [Image: http://img219.imageshack.us/img219/3203/screenshot5s.png ] How I can fix it?