search for: 1,51

Displaying 20 results from an estimated 145 matches for "1,51".

Did you mean: 1,5
2008 Jun 19
1
(no subject)
Hello everyone, I am wanting to replace an element in a matrix with NA. I have used the following code dat<-read.table(file="C:\\Documents and Settings\\....txt",header=T,row.names=1) file.show(file="C:\\Documents and Settings\\....txt") Z.matrix<-as.matrix(dat) Y<-dat[,46:63] X<-dat[1,51] dat[1,51]<-NA Whenever I use this code I get the original value when I type show(X).I run the script and type show(X) and the original value is still there.What am I do...
2009 Jan 16
2
Efficiency challenge: MANY subsets
...t;,"Y","F", "N","I","N","I","N","I","D","K","M","Y","I","H","*") ) and another list of subset ranges like this: indexes <- list( list( c(1,22),c(22,46),c(46, 51),c(1,46),c(22,51),c(1,51) ) ) What I now want to do is to subset each entry in "sequences" (sequences[[1]]) with all ranges in the corresponding low level list in "indexes" (indexes[[1]]). Here is what I came up with. fragments <- list() for(iN in...
2008 Jan 07
2
reducing the number of x-axis lables in a bwplot while plotting all boxes
...chives, but I can't seem to find a solution to this question. I've been trying to plot a bwplot: print( bwplot( n.pareto ~ as.factor(gen) | mut.rate * n.pop, data=p6, horizontal=FALSE, box.ratio=0.75, cex=0.6, xlim=c(-1,51), ylim=c(-1,500), layout=c(3,3), index.cond=list(c(1,2,3),c(3,2,1)), panel = function(...) { panel.grid(v = -1, h = -1) cex=0.05 panel.bwplot(...) panel.abline(h=486,lty=2)...
2002 Nov 21
1
more than one level of grouping in xyplot
Dear listers, Let use say that I want to display the Pixel dataset (in the NLME library) xyplot(pixel~day|Dog, groups=Side, data=Pixel, panel=panel.superpose, panel.groups=panel.xyplot, type="b", pch=16) (I know, there are better examples, ...) Now, how could I change the colours of the symbols accordingly to another factor changing within subject and side form time to time? (let us say Pixel$Fever<-sample(rep(0:1,51))) Thanks in advance, Stefano -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2010 Aug 13
4
[PATCH] xl: Make blktap support optional
Make blktap support optional. Enable it by default on Linux, disable it on non-Linux. Signed-off-by: Christoph Egger <Christoph.Egger@amd.com> -- ---to satisfy European Law for business letters: Advanced Micro Devices GmbH Einsteinring 24, 85609 Dornach b. Muenchen Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen Registergericht Muenchen,
2023 Mar 01
1
Incorrect behavior of ks.test and psmirnov functions with exact=TRUE
HI, I've noticed what I think is an incorrect behavior of stats::psmirnov function and consequently of ks.test when run in an exact mode. For example: psmirnov(1, sizes=c(50, 50), z=1:100, two.sided = FALSE, lower.tail = F, exact=TRUE) produces 2.775558e-15 However, the exact value should be 1/combination(100, 50), which is 9.9e-30. While the absolute error is small, the relative error is huge, and it is not fixed by setting option log.p=T To compare, Sc...
2010 Oct 22
1
trouble with \textless in Hmisc latex() on a drop1 object
Yes, it's homework . . . delete now if desired . . . but I think it is an interesting problem. Running R 2.11.1, LaTeX on WinXP, via Sweave. A drop1() object from a glm() produces, as part of its output, a string that looks like this: <none> The trouble I run into is that running latex() on a drop1() object from glm() produces a string that looks like this in the generated .tex file: \textlessn...
2009 Aug 10
3
Pregunta sencilla
Estimados me ha surgido una duda con un simple stem and leaf el mismo es el siguiente: > stem.leaf(Datos$ej1.21) 1 | 2: represents 0.12 leaf unit: 0.01 n: 40 LO: 0.72 0.85 3 10 | 9 11 | 4 12 | 4 5 13 | 7 7 14 | 710 (*) 9 15 | 18 16 16 | 3447899 (6) 17 | 045599 (***) 18 18 | 2568 14 19 | 23710 (**) 10 20 | 389 7 21 | 17 5...
2007 Mar 16
2
Discriminating between experiments with xyplot (lattice)
...more than one experiment performed at the same temperature (but different pressures) I end up figuring out which curve belongs to which experiment. (An example with artificial data of the structure I use is given below. It shows three experiments where two experiments at temp = 250 but press = 1 and press = 0.5 are plotted within one group.) My question is: Is there a way to identify which curve whithin the same group belongs to which experiment, e.g by plotting a label like the experiment number to the end point, or by choosing different symbols for the different experiments - while k...
2018 Aug 19
1
Re: [PATCH v3 3/4] common: Add isaligned helper module
On Sun, Aug 19, 2018 at 01:13:07AM +0300, Nir Soffer wrote: > is_aligned (size, align) returns true if size is aligned to align, > assuming that align is power of 2. > > Suggested by Eric Blake in > https://www.redhat.com/archives/libguestfs/2018-August/msg00036.html > --- > common/include...
2015 Sep 23
3
[PATCH] ibus/gf100: increase wait timeout to avoid read faults
Increase clock timeout of some unknown engines in order to avoid failure at high gpcclk rate. This fixes IBUS read faults on my GF119 when reclocking is manually enabled. Note that memory reclocking is completely broken and NvMemExec has to be disabled to allow core clock reclocking only. Signed-off-by: Samuel Pitoiset <samuel.pitoiset at gmail.com> --- drm/nouveau/include/nvkm/subdev/ibus.h | 1 + drm/nouveau/nvkm/eng...
2007 Apr 18
2
[RFC, PATCH 9/24] i386 Vmi smp support
...call that awakens the same start of day state on APs as on the BSP. It is likely the AP startup and the start-of-day model will eventually merge into a more common interface. Signed-off-by: Zachary Amsden <zach@vmware.com> Signed-off-by: Daniel Arai <arai@vmware.com> Index: linux-2.6.16-rc5/arch/i386/mach-vmi/Makefile =================================================================== --- linux-2.6.16-rc5.orig/arch/i386/mach-vmi/Makefile 2006-03-08 11:01:45.000000000 -0800 +++ linux-2.6.16-rc5/arch/i386/mach-vmi/Makefile 2006-03-08 11:02:43.000000000 -0800 @@ -6,4 +6,4 @@ EXTRA_C...
2007 Apr 18
2
[RFC, PATCH 9/24] i386 Vmi smp support
...call that awakens the same start of day state on APs as on the BSP. It is likely the AP startup and the start-of-day model will eventually merge into a more common interface. Signed-off-by: Zachary Amsden <zach@vmware.com> Signed-off-by: Daniel Arai <arai@vmware.com> Index: linux-2.6.16-rc5/arch/i386/mach-vmi/Makefile =================================================================== --- linux-2.6.16-rc5.orig/arch/i386/mach-vmi/Makefile 2006-03-08 11:01:45.000000000 -0800 +++ linux-2.6.16-rc5/arch/i386/mach-vmi/Makefile 2006-03-08 11:02:43.000000000 -0800 @@ -6,4 +6,4 @@ EXTRA_C...
2016 Mar 08
5
[PATCH v3 0/3] btrfs subvolumes display fix
...on of ncurses api: add mountable_device and mountable_subvolume fish: fix btrfs subvolumes display in error case fish/options.c | 28 ++++++++++++++++++++++++++- generator/actions.ml | 26 +++++++++++++++++++++++++ m4/guestfs_libraries.m4 | 9 ++++++++- po/POTFILES | 1 + src/Makefile.am | 1 + src/mountable.c | 51 +++++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 114 insertions(+), 2 deletions(-) create mode 100644 src/mountable.c -- 2.6.2
2018 Aug 18
0
[PATCH v3 3/4] common: Add isaligned helper module
is_aligned (size, align) returns true if size is aligned to align, assuming that align is power of 2. Suggested by Eric Blake in https://www.redhat.com/archives/libguestfs/2018-August/msg00036.html --- common/include/isaligned.h | 51 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 common/include/isaligned.h diff --git a/common/include/isaligned.h b/common/include/isaligned.h new file mode 100644 index 0000000..e693820 --- /d...
2010 Apr 04
1
Adjusting X-axis time scale
Dear all, I am plotting daily data from 1950 to 2000 and I wish to have the time in X-axis to indicate years and NOT days (i.e 1950 1951,......,2000 instead of 1,2, 3, ......). How do I set the x-axis to show years instead of days. ZABLONE OWITI GRADUATE STUDENT Nanjing University of Information, Science and Technology College of Inte...
2010 Jun 26
0
[MODULE] pwd
...display an error message. Signed-off-by: Gene Cumm <gene.cumm at gmail.com> Unfortunately, it appears that COM32 getcwd is not working properly at this moment, it calling the COMBOOT call and getting an empty string. --- diff --git a/com32/modules/pwd.c b/com32/modules/pwd.c new file mode 100644 index 0000000..23421c8 --- /dev/null +++ b/com32/modules/pwd.c @@ -0,0 +1,51 @@ +/* ----------------------------------------------------------------------- * + * + * Copyright 2010 Gene Cumm - All Rights Reserved + * + * This program is free software; you can redistribute it and/or modify...
2010 Mar 14
3
[LLVMdev] [PATCH] Before/After IR Dumps
On Mar 12, 2010, at 8:10 AM, David Greene wrote: > On Friday 12 March 2010 08:13:05 Kalle Raiskila wrote: >> David Greene wrote: >>> Here's a rework using PassManager as Chris suggested. Comments? >> >> Tried this second patch with the svn version 97812 (the one the patch...
2010 Apr 03
1
[PATCH] btrfs support
Hi, As I use btrfs as root FS, I wanted fstype to be able to recognize it. The following patch add support for this FS. Regards, benjamin Signed-off-by: Benjamin Cama <benoar at free.fr> --- diff --git a/usr/kinit/fstype/btrfs_fs.h b/usr/kinit/fstype/btrfs_fs.h new file mode 100644 index 0000000..e1f933e --- /dev/null +++ b/usr/kinit/fstype/btrfs_fs.h @@ -0,0 +1,51 @@ +#ifndef __BTRFS_FS_H +#define __BTRFS_FS_H + +/* Extracted from fs/btrfs/ctree.h and shortened a bit */ + +#define BTRFS_MAGIC "_BHRfS_M" + +#define BTRFS_CSUM_SIZE 32 +#define BTRFS_FSID_SIZE 16...
2007 Aug 20
0
3 commits - libswfdec/swfdec_as_context.c test/trace
...ars-6.swf.trace | 50 ++++++++----- test/trace/loadvars-7.swf |binary test/trace/loadvars-7.swf.trace | 50 ++++++++----- test/trace/loadvars.as | 4 - test/trace/loadvars.txt | 3 test/trace/propflags-5.swf |binary test/trace/propflags-5.swf.trace | 14 ++- test/trace/propflags-6.swf |binary test/trace/propflags-6.swf.trace | 14 ++- test/trace/propflags-7.swf |binary test/trace/propflags-7.swf.trace | 13 ++- test/trace/propflags.as | 85 ++-------------------- test/trace/trace_properties.as | 147 +++++++++++++++...