search for: 5.50

Displaying 20 results from an estimated 118 matches for "5.50".

Did you mean: 5.5
2001 Oct 26
0
[RHSA-2001:112-07] Printing exposes system files to reading.
--------------------------------------------------------------------- Red Hat, Inc. Red Hat Security Advisory Synopsis: Printing exposes system files to reading. Advisory ID: RHSA-2001:112-07 Issue date: 2001-09-24 Updated on: 2001-10-25 Product: Red Hat Linux Keywords: Ghostscript lpr LPRng printing Cross references: Obsoletes:
2002 Aug 09
0
summary.data.frame with compound elements problem (PR#1891)
Full_Name: Barry Rowlingson Version: 1.5.0 OS: x86 linux Submission from: (NULL) (130.95.16.114) Elements of a dataframe may be a matrix or another dataframe. In this case the summary() method can do bad things: > x <- data.frame(1:10) > x$z <- data.frame(x=1:10,y=1:10) > summary(x) X1.10 z Min. : 1.00 NULL:Min. : 1.00 1st Qu.: 3.25
2010 May 26
3
Peak Over Threshold values
Dear List I hope you can help me: I?ve got a dataframe (df) within which I am looking for Peak Over Threshold values as well as the length of the events. An event starts when walevel equals 5.8 and it should end when walevel equals the lower threshold value (5.35). I tried ?clusters (?)? from ?evd package?, and varied r (see example) but it did not work for all events (again
2005 Apr 13
1
How to plot Contour with NA in dataframe
Dear friends, I am trying to produce Contour Plot with R, but there are some NA in my data matrix. After I ran the following R script, I got the error message:"no proper `z' matrix specified". Does anybody know how to plot contour chart with R for the non-strict matrix? Thank you in advance!!!
2008 Feb 28
3
datetime on x-axis of plot
Hello, I'm reading Time Series Analysis and its Applilcations with R Examples and I have a question... I notice that in the book there are timeseries plots but without the x-axis being labeled with dates. They are just numbers 1,...50,...100, etc. How do I get the date to show up on the x-axis? Here is my dateframe: > head(myData, 5) 1 2008-01-30 08:30 7.00 2
2009 Jun 16
4
confusion on levels() function, and how to assign a wanted order to factor levels, intentionally?
Dear R-helpers, I want to make a series of boxplots on several numeric univariates with two group variables (species and population, population nested in species, and with population as the X-axis). In order to get a proper order of the individual populations in X-axis, I need to assign a wanted order to the factor (population). I used the levels() function to do this assignment, but it seemed
2006 Jun 28
1
Help with circular statistics
Se ha borrado un texto insertado con un juego de caracteres sin especificar... Nombre: no disponible Url: https://stat.ethz.ch/pipermail/r-help/attachments/20060628/32226ee4/attachment.pl
1998 Apr 07
3
R-beta: spline problems(?)
Hi, I am a total beginner with this whole thing so please have patience! I am trying to run an S-plus program with a certain line: spline(1:nrow(y), y[,1],n=100); This crashes with: Error: NAs in foreign function call (arg 8) Apparently, this is caused by the last command of spline: u <- seq(xmin, xmax, length.out = n) .C("spline_eval", z$method, length(u), x = u, y =
2016 May 25
1
Slow RAID Check/high %iowait during check after updgrade from CentOS 6.5 -> CentOS 7.2
On 2016-05-25 19:13, Kelly Lesperance wrote: > Hdparm didn?t get far: > > [root at r1k1 ~] # hdparm -tT /dev/sda > > /dev/sda: > Timing cached reads: Alarm clock > [root at r1k1 ~] # Hi Kelly, Try running 'iostat -xdmc 1'. Look for a single drive that has substantially greater await than ~10msec. If all the drives except one are taking 6-8msec, but one is very
2002 May 14
2
quantile() and boxplot.stats()
Hello, I faced something I can't understand. When I use boxplot.stats(1:10) and quantiles(1:10) the results are different for 25% and 75%: > boxplot.stats(1:10) $stats [1] 1.0 3.0 5.5 8.0 10.0 > quantile(1:10) 0% 25% 50% 75% 100% 1.00 3.25 5.50 7.75 10.00 Actually, I expected the value 3 for 25% and 8 for 75% as results of quantile(1:10). Can you please explain me
2009 Mar 10
3
reliability, scale scores in the psych package
Dear Professor Revelle and R-helpers, This is a two-part question: the first part is general, and the second is specific to the psych package. First question: In the past I've constructed composite variables from questionnaire data by using rowMeans(), and then correlating items with the scale using cor() as an informal check for "bad" items. Over the weekend I decided to take a
1999 Jul 26
1
R-Graphics
I am having a strange problem with R graphics: I am testing out R on a Sun Solaris machine. I generate a simple postscript graph as: postscript(file="temp.ps", paper= "letter") plot(c(1:10), xlab= "index", ylab= "Cell Count") title("Generic Test of R-Graphics") dev.off() When I view the temp.ps file with gs (version 5.50) I get the graph rotated
2005 Feb 27
1
subsetting data set dimenion problem
(See DAAG book, p. 173, ex. 3) I'm a new user of R, and I'm following the DAAG text. I want to create a subset of the races2000 data frame, but get errors because of a mismatch of values in some columns: > library(DAAG) > attach(races2000) > hills2000 <- races2000[races2000$type == 'hill'] Error in as.matrix.data.frame(x) : dim<- : dims [product 770] do not
2008 Jul 13
1
(no subject)
Hello everyone, I am using the following code to try to calculate the mean : dat<-read.table(file="C:\\Documents and  Settings.....txt") dat<-as.numeric(dat) x1.m<mean(dat) I am getting the following error message Error in eval.with.vis(expr,envir,enclos): (list) object cannot be coerced to type"double' I do not understand what is wrong as I thought that I have changed
2013 Aug 05
1
ghostscript-8.70-14.el5_8.1.x86_64 & hylafax+
My Centos 6.x use ghostscript.x86_64 8.70-15.el6_4.1 @updates for hylafax/avantfax from epel or rpmforge. I can't determine from which repository it come, yum list return: [root at fax ~]# yum list ghost* Loaded plugins: fastestmirror, priorities, refresh-packagekit, security Loading mirror speeds from cached hostfile * base: centos.digitalnova.at * epel: be.mirror.eurid.eu * extras:
2008 Mar 18
0
CESA-2008:0196 Moderate CentOS 3 i386 unzip - security update
CentOS Errata and Security Advisory CESA-2008:0196 unzip security update for CentOS 3 i386: https://rhn.redhat.com/errata/RHSA-2008-0196.html The following updated file has been uploaded and is currently syncing to the mirrors: i386: updates/i386/RPMS/unzip-5.50-36.EL3.i386.rpm source: updates/SRPMS/unzip-5.50-36.EL3.src.rpm You may update your CentOS-3 i386 installations by running the
2008 Mar 18
0
CESA-2008:0196 Moderate CentOS 3 x86_64 unzip - security update
CentOS Errata and Security Advisory CESA-2008:0196 unzip security update for CentOS 3 x86_64: https://rhn.redhat.com/errata/RHSA-2008-0196.html The following updated file has been uploaded and is currently syncing to the mirrors: x86_64: updates/x86_64/RPMS/unzip-5.50-36.EL3.x86_64.rpm source: updates/SRPMS/unzip-5.50-36.EL3.src.rpm You may update your CentOS-3 x86_64 installations by running
2008 Mar 21
0
CESA-2008:0196 Moderate CentOS 3 s390(x) unzip - security update
CentOS Errata and Security Advisory 2009:0196 https://rhn.redhat.com/errata/RHSA-2008-0196.html The following updated files have been uploaded and are currently syncing to the mirrors: s390: updates/s390/RPMS/unzip-5.50-36.EL3.s390.rpm s390x: updates/s390x/RPMS/unzip-5.50-36.EL3.s390x.rpm -- Pasi Pirhonen - upi at iki.fi - http://pasi.pirhonen.eu/ Top-postings silently ignored
2015 May 26
0
Compatibility issue between lme4 and kml (operateur "[")
Hi all, There is a compatibility issue between the package 'lme4' and my package 'kml'. I define the "[" operator. It works just fine in my package (1). If I try to use the lme4 package, then it does no longer work (2). Moreover, it has some kind of strange behavior (3). Do you know what is wrong? Any idea of how I can correct that? Thanks for your help Christophe ---
2008 Mar 19
0
CentOS-announce Digest, Vol 37, Issue 7
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