search for: run3

Displaying 13 results from an estimated 13 matches for "run3".

Did you mean: run
2009 Mar 09
1
Data Restructuring Question
I think I am overlooking a call or concept in R to help me easily and quickly restructure my data.frame:   Sometimes the data I receive looks like: VariableName, Run1, Run2, Run3, Location temp,               15.0,  16.0,  17.0, There   And other times it looks like: VariableName, Run, Location temp,               17.0, There   I would like to use the header information in order to be able to restructure the first data set to have a similar look as the second, i.e.   Vari...
2017 Oct 21
2
Help_urgent_how to calculate mean and sd in biomod 2
...R. I am trying to implement Biomod 2 package. However, I have a doubt. I want to calculate the mean and sd of "Testing.data" (ROC and TSS) > # let's print the ROC scores of all selected models > myBiomodModelEval_55["ROC","Testing.data",,,] RUN1 RUN2 RUN3 RUN4 RUN5 RUN6 RUN7 RUN8 RUN9 RUN10 0.938 0.938 0.926 0.931 0.939 0.918 0.920 0.914 0.935 0.919 > > # let's print the TSS scores > myBiomodModelEval_55["TSS","Testing.data",,,] RUN1 RUN2 RUN3 RUN4 RUN5 RUN6 RUN7 RUN8 RUN9 RUN10 0.746 0.763 0.717...
2010 Jul 02
2
merging plot labels in a lattice plot
Hi, I have a lattice lot conditioned on two variables. Example code is: library(lattice) x <- data.frame(d=runif(100), f1=sample(c('yes', 'no'),100,replace=TRUE), f2=c(rep('Run1',30),rep('Run2',30),rep('Run3',40))) histogram(~d | f1 + f2, x) In the plot, for a given value of f2, there are two panels, one for 'n' and one for 'yes'. But above each panel I get the value of f2. What I'd like to be able to do is to have the value of f2 span the two panels (ie merge the green rows a...
2012 Nov 13
0
CentOS-announce Digest, Vol 93, Issue 8
...se edit your Subject line so it is more specific than "Re: Contents of CentOS-announce digest..." Today's Topics: 1. CEBA-2012:1448 CentOS 5 httpd Update (Johnny Hughes) 2. CEBA-2012:1451 CentOS 6 cdrkit FASTTRACK Update (Johnny Hughes) 3. CEBA-2012:1440 CentOS 6 perl-IPC-Run3 FASTTRACK Update (Johnny Hughes) 4. CEBA-2012:1449 CentOS 6 mrtg FASTTRACK Update (Johnny Hughes) 5. CEBA-2012:1453 CentOS 6 sysfsutils FASTTRACK Update (Johnny Hughes) 6. CEBA-2012:1452 CentOS 6 ftp Update (Johnny Hughes) 7. CEBA-2012:1450 CentOS 6 gnome-settings-daemon U...
2017 Oct 26
0
Help_urgent_how to calculate mean and sd in biomod 2
...> "Testing.data" > (ROC and TSS) > > > # let's print the ROC scores of all selected models > > > myBiomodModelEval_55["ROC","Testing.data",,,] > > > RUN1 RUN2 RUN3 RUN4 RUN5 RUN6 RUN7 RUN8 RUN9 RUN10 > > 0.938 0.938 0.926 0.931 0.939 0.918 0.920 0.914 0.935 0.919 > > > > # let's print the TSS scores > > > myBiomodModelEval_55["TSS","Testing.data",,,] > >...
2019 Jan 25
0
unable to list virtualbox domain remotely
Hi dear all, I have the following issue : I have a libvirtd intstalled on an ubuntu desktop. The libvirtd is listening on port 16509 (options listen_tls = 0 and listen_tcp = 1) On the desktop I have a virtualbox installed with a running VM : "styx32-dry-run3" I want to control my VM remotely by using libvirt. I performed following tests : 1)Local virsh running fine : virsh -c vbox:///session list Id Name State ---------------------------------------------------- 2 styx32-dry-run3 running 2)Using...
2009 May 11
1
3d Scatterplot using rgl
...t related to a count variable. I would like to plot the points using plot3d with the sizes of the points related to the fourth element in the matrix. Is this possible with plot3d or do I need to use something else? I include a small example of what I am trying to do swadt A B C run1 run2 run3 run4 run5 run6 93 96 51 0.1 NA 0.1 NA NA NA 93 97 50 0.3 NA NA 0.1 NA NA 93 98 49 0.1 NA NA NA NA NA 94 95 51 NA NA NA NA NA 0.1 94 100 46 0.1 NA NA NA NA NA 94 96 50 2.1 0.1 1.0 0.7 0.8 0.4 94 97 49 3.2 0.9 1.9 1.9...
2011 Feb 24
4
Running code sequentially from separate scripts (but not functions)
Hello! I am wondering if it's possible to run - in sequence - code that is stored in several R scripts. For example: Script in the file "code1.r" contains the code: a = 3; b = 5; c = a + b Script in the file "code2.r" contains the code: d = 10; e = d - c Script in the file "code3.r" contains the code: result=e/a I understand that I could write those 3 scripts
2012 Feb 17
3
portable parallel seeds project: request for critiques
...management from John M. Chambers Software for Data Analysis (2008) with ideas from the snowFT package by Hana Sevcikova and Tony R. Rossini. Here's my proposal. 1. Run a preliminary program to generate an array of seeds run1: seed1.1 seed1.2 seed1.3 run2: seed2.1 seed2.2 seed2.3 run3: seed3.1 seed3.2 seed3.3 ... ... ... run1000 seed1000.1 seed1000.2 seed1000.3 This example provides 3 separate streams of random numbers within each run. Because we will use the L'Ecuyer "many separate streams" approach, we are confident that there is no correla...
2008 Jul 21
0
perl module to parse httpd log on C5
...ss-Accessor \ perl-IPC-Run \ perl-Time-modules \ perl-DateTime \ perl-Date-Simple perl -MCPAN -e 'install Class::Accessor::Classy' perl -MCPAN -e 'install Time::Piece' perl -MCPAN -e 'install Date::Piece' perl -MCPAN -e 'install File::Fu' # yum install perl-IPC-Run3 perl -MCPAN -e 'install Getopt::Helpful' perl -MCPAN -e 'install ApacheLog::Parser' ------------------ end snip ----------- the above worked on a fresh install of C5.2 with a LAMP setup. CPAN asked for ncftp in its setup. I must have tried 50-60 commands before I settled on the ab...
2009 May 20
1
Plot data from table with column and row names
Dear All Sorry for what appears a trivial matter - I'm new to R and am stumbling ahead. I have a table of numerical data (36 rows by 12 columns) such as below: GM1 GM2 GM3 GM4 GM5 ...etc GM12 Run1 1 2 1 2 3 ... Run2 2 1 3 2 1 ... ... Run36 2 1 1 1 1 I would like to plot simple line graphs of some of the runs or all 36 to compare together but I can't even get a plot to have the GM1-GM12 on the x-axis and the numerical y -axis with the scores (1 to 3). I think that using >Plot(x) is not correct for this t...
2021 Nov 09
2
[Announce] Samba 4.15.2, 4.14.10, 4.13.14 Security Releases are available for Download
Release Announcements --------------------- These are security releases in order to address the following defects: o CVE-2016-2124: SMB1 client connections can be downgraded to plaintext authentication. https://www.samba.org/samba/security/CVE-2016-2124.html o CVE-2020-25717: A user on the domain can become root on domain members.
2021 Nov 09
2
[Announce] Samba 4.15.2, 4.14.10, 4.13.14 Security Releases are available for Download
Release Announcements --------------------- These are security releases in order to address the following defects: o CVE-2016-2124: SMB1 client connections can be downgraded to plaintext authentication. https://www.samba.org/samba/security/CVE-2016-2124.html o CVE-2020-25717: A user on the domain can become root on domain members.