search for: 20.1

Displaying 20 results from an estimated 136 matches for "20.1".

Did you mean: 0.1
2009 Aug 12
3
Zoo and numeric data
Hi, I have a csv file with different datatypes: 2009-01-01, character1, 10, 20.1 2009-01-02, character2, 11, 21.1 (I have attached the file to this post) I read this file with read.zoo as I want a zoo/xts timeseries: > t = read.zoo("./data.txt", sep=",", dec = ".", header=FALSE) If I look at the zoo data all integer/numeric columns are read as character: >
2010 Sep 14
1
NA confusion (length question)
Hi folks, I am running a very simple regression using mylm <- lm(mass ~ tarsus, na.action=na.exclude) I would like the use the residuals from this analysis for more regression but I'm running into a snag when I try cbind(mylm$residuals, mydata) # where my data is the original data set The error tells me that it cannot use cbind because the length of mylm$residuals is
2011 Feb 04
1
Making multiple connections from an application using libvirt-0.6.3-20.1.el5_4
I came across a thread in the archives that seems to suggest that multiple connections can be made from a single application,although I am unsure what version(s) of libvirt support it. https://www.redhat.com/archives/libvirt-users/2010-March/msg00074.html I'd like to know if multiple connections(for eg,virConnectOpenAuth()) can be made from an application using libvirt-0.6.3-20.1.el5_4 .
2009 Oct 30
0
CEBA-2009:1424 CentOS 5 x86_64 libvirt Update
CentOS Errata and Bugfix Advisory 2009:1424 Upstream details at : https://rhn.redhat.com/errata/RHBA-2009-1424.html The following updated files have been uploaded and are currently syncing to the mirrors: ( md5sum Filename ) x86_64: 61163b38bba69dbfa99a1dfbeca38739 libvirt-0.6.3-20.1.el5_4.i386.rpm ed075a24905fbad8339d85ce05ee2770 libvirt-0.6.3-20.1.el5_4.x86_64.rpm
2006 Nov 22
2
.20.1 and port type
Hello there i have a little issue since i upgraded i got the port type that is no longer recognized. Does any of you have the same behavior ? I had the following: port { monitoringagentport: name => "monitor_agent", number => "10050", protocols => "tcp",
2009 Oct 30
0
CEBA-2009:1424 CentOS 5 i386 libvirt Update
CentOS Errata and Bugfix Advisory 2009:1424 Upstream details at : https://rhn.redhat.com/errata/RHBA-2009-1424.html The following updated files have been uploaded and are currently syncing to the mirrors: ( md5sum Filename ) i386: dcd30517b6203126a87df189e84bc5a8 libvirt-0.6.3-20.1.el5_4.i386.rpm 48d3b721b0fc92e581d7ae7cdb7460d8 libvirt-devel-0.6.3-20.1.el5_4.i386.rpm
2009 Jul 24
1
Conditional sorting
Greetings! I am trying to figure out how to order a data frame by one variable conditioned on another. Here is an example of what I have: d <- data.frame(RUN = rep(1:3, each = 3), ID = 1:9, AUC = runif(9,1,100)) > d RUN ID AUC 1 1 70.2 1 2 86.5 1 3 20.1 2 4 74.3 2 5 53.6 2 6 67.6 3 7 99.9 3 8 47.3 3 9 41.3
2011 Jun 19
1
Skyline plots from several trees in newick format
Dear all, I am trying to create a consensus skyline plot using the "ape" package(newbie). I have a nexus file that looks like the one from above containing many trees. (my_file.trees) #NEXUS begin trees; [Treefile generated by sim_coal.exe (Laurent Excoffier)] tree true_tree_1 = [&U] (((13.1:6, 43.1:5):12, 28.1:14):284, (((((21.1:0, (20.1:1, 4.1:0):0):1, ((37.1:0,
2010 Nov 04
5
Sorting data from one column with strings
Hello, I have tried to find this out some other way, but unsuccessful I have to try this list. I assume this should be quite simple. I have a dataset with 4 columns, "Sample_no", "Species", "Nitrogen", "Carbon" in csv format. In the species column I have many different species with varying number of obs per species Eg "Sample_no"
2006 Mar 02
1
Curious subsetting behavior
I have a simple vector, called tmp that I want to subset based on another vector called vec. Everything works as expected except for below where the subsetting returns something other than the original data. Any ideas? > vec <- c(1,2,3,4,5,59,60,27,32,21) > tmp [1] 1.0 1.1 2.0 2.1 2.2 3.0 3.1 4.0 5.0 5.1 6.0 7.0 8.0 8.1 9.0 [16] 9.1 9.2 10.0 10.1 11.0 12.0 13.0 14.0
2004 Oct 26
0
Centos 3 X86 updates
Hi folks, A few updates for Centos 3 x86. All of these will be available on your centos mirror shortly. cups: https://rhn.redhat.com/errata/RHSA-2004-543.html i386/RPMS/cups-devel-1.1.17-13.3.16.i386.rpm i386/RPMS/cups-1.1.17-13.3.16.i386.rpm i386/RPMS/cups-libs-1.1.17-13.3.16.i386.rpm i386/SRPMS/cups-1.1.17-13.3.16.src.rpm libtiff: https://rhn.redhat.com/errata/RHSA-2004-577.html
2005 Apr 19
1
chi-square test
a warning message appears when i use the chisq.test ,but it doesnt appear everytime, why? "Warning message: Chi-squared approximation may be incorrect in: chisq.test(matrix(c(20.1, 18.5, 2.6, 32.9, 23.5, 5.4), nc = 2)) " why does the warning message appear, please? Thank you very much here is the data which I have tried appear and not appear warning message have warning message
2007 Oct 08
1
How to change row value based on previous row value
Hi, I would like to fix the data in the following data.frame, and I am having trouble coding this in R - help please! > x A B x y z 1 1 10.0 100 1000 10000 2 2 19.8 200 2000 20000 3 3 20.1 300 3000 30000 4 4 20.3 400 4000 40000 5 5 30.0 500 5000 50000 Column B is the problem. The logic I need to apply (this is in pseudo code ... I don't know how to do this in R) for all
2011 Feb 24
6
can''t run Debian guest
Hello, I created a paravirtualized Debian Squeeze guest (using virt-manager), after completing the initial setup I was asked to reboot, in order to finalise the installation. The guest startup breaks down with the error message: Error starting domain: POST operation failed: xend_post: error from xen daemon: (xend.err "Error creating domain: Boot loader didn''t return any
2010 Apr 28
0
3.0.3-94.el5_4.[3/2] - no network options
Hello, When I install xen via yum, using virt-manager to build a machine, I was displayed no options for Shared Physical Device. Here is a pic, just for show http://imgur.com/HiPiY Then, I did yum downgrade xen, got no network options at all. Do I need to restart something or run a script? I want to use peth0. packages (CentOS 5.4): gnome-applet-vm 0.1.2-1.el5 kernel-xen 2.6.18-164.15.1.el5
2010 Mar 12
1
unable to get domain list of KVM guests from libvirt as non-root user
I have a python script that monitors the guest VMs on a servers running Xen, but the script doesn't work properly on a server I just built with KVM. The script runs as a non-root user (same on all servers) and simply gathers some details on the status and names of the domains running on the host. The Xen and KVM servers are running CentOS 5.4 x86_64 and are using the same version of
2007 Mar 07
3
Plotting a broken line?
Hi, Is there a smart way in the R graphs to create a line that is broken in intervals based on the indicator given below. following is a small test graph Location,indicator,otherinfo 1.2,1,2.2 2.5,1,2.5 3.7,1,2.3 20.1,2,4.3 22.5,2,5.2 25.0,2,3.4 27.3,2,2.2 35.1,3,3.4 37.0,3,7.2 38.0,3,6.1 40.1,3,5.4 52.9,3,3.3 Right now in the plot the line is continuous, but I would like to have it broken
2002 Dec 07
6
More speedups in CVS
The ''firewall'' and ''functions'' file in CVS together produce a 30%+ speedup of ''shorewall restart'' on my firewall when compared to 1.3.11a. Please test with these files -- I don''t anticipate making any more performance changes for 1.3.12 and I want to be sure that I didn''t break anything. -Tom -- Tom Eastep \ Shorewall
2008 Jan 24
3
Reshaping a dataframe with conditional summary of columns - apply or reshape?
I need to do a somewhat complex rearrangement of an existing dataframe that involves an "on-the-fly" conditional summary as well. I've tried to make the example as simple as possible. Code to produce the object being acted on is at the end of the message. I hope this isn't too much for a single posting. Any guidance will be much appreciated. The input example looks like
2006 Dec 11
7
0.20.1 upgrade problem
I just upgraded to puppet 0.20.1 from 0.18.4 (both using the debian packages). After the upgrade, I''m getting the following error: err: Could not find type "remotefile" in file /etc/puppet/manifests/classes/kerberos.pp at line 47 Here''s the where the error is occuring: service { nfs-common: ensure => running, hasstatus => true, subscribe