search for: s41

Displaying 7 results from an estimated 7 matches for "s41".

Did you mean: 41
2008 Oct 02
2
Multiple hist(ograms) - One plot
...ch histogram occupying the upper right quadrant. And use slightly different scales on the X and Y axes. > s21 <- dat[dat$sc_recov=="21",] > s21.ED <- subset(s21, select=(bbED)) > s31 <- all[all$sc_recov=="31",] > s31.ED <- subset(s31, select=(bbED)) > s41 <- all[all$sc_recov=="41",] > s41.ED <- subset(s41, select=(bbED)) > pdf("234_1_ED.pdf") > par(mfrow = c(2, 2), oma = c(0, 0, 2, 0)) > hist(s21.ED) + hist(s31.ED) + hist(s41.ED) > dev.off() Also, for example if I add something like col="x", or mai...
2009 Jul 29
3
Object equality for S4 objects
To test two environments for object equality (Lisp EQ), I can use 'identity': > e1 <- environment(local(function()x)) > e2 <- environment(local(function()x)) > identical(e1,e2) # compares object identity [1] FALSE > identical(as.list(e1),as.list(e2)) # compares values as name->value mapping [1] TRUE # (is there a
2012 Sep 28
4
Merging multiple columns into one column
...dataframe with 7305 obs. and 10 variables Once I apply this code I only receive a data frame with 58440 obs. of 2 variables, of which there should be 73,050 obs. of 2 variables, just wondering what is happening here? View(nfcuy_bw) attach(nfcuy_bw) cuyahoga_nf<-data.frame(s5,s10,s25,s27,s33,s41,s51,his_c) cuy_nf<-stack(cuyahoga_nf) Thanks Meredith -- Doctoral Candidate Department of Civil and Environmental Engineering Michigan Technological University [[alternative HTML version deleted]]
2011 Sep 21
3
Reading data in lisp format
Hi, I am trying to read the "credit.lisp" file of the Japanese credit database in UCI repository, but it is in lisp format which I do not know how to read. I have not found how to do that in the foreign library http://archive.ics.uci.edu/ml/datasets/Japanese+Credit+Screening <http://archive.ics.uci.edu/ml/datasets/Japanese+Credit+Screening> Could anyone help me? Best
2011 Oct 06
3
Wide to long form conversion
...7 8 S36 37 w 5 11 7 7 4 11 3 4 S37 38 w 7 4 4 6 7 3 1 5 S38 39 w 6 5 1 8 3 3 0 8 S39 40 w 10 3 10 2 7 3 7 2 S40 41 w 1 11 7 5 1 8 4 3 S41 42 w 10 5 6 10 10 4 3 9 S42 43 w 6 3 9 2 4 2 6 0 S43 44 w 9 5 11 4 5 4 7 3 S44 45 w 8 5 6 3 8 4 2 3 S45 46 w 8 4 8 7 4 1 2 6 S46 47 w...
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com> This series fixes some bugs and switches the elflink branch to be entirely ELF modules. It applies on top of, http://syslinux.zytor.com/archives/2011-April/016369.html The deletions in the diff stat below are mainly from deleting com32/elflink/modules (finally!). Now there should be no duplicate code because we don't need COM32 and
2010 Oct 08
5
Slow link/Capacity changed + Kernel OOPS... possible hardware issues, ideas?
...a_piix Oct 8 02:35:04 (none) kernel: scsi1 : ata_piix Oct 8 02:35:04 (none) kernel: ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 Oct 8 02:35:04 (none) kernel: ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15 Oct 8 02:35:04 (none) kernel: ata1.00: ATA-8: ASUS-JM S41 SSD, 02.10102, max UDMA/100 Oct 8 02:35:04 (none) kernel: ata1.00: 63078400 sectors, multi 0: LBA Oct 8 02:35:04 (none) kernel: ata1.00: configured for UDMA/100 Oct 8 02:35:04 (none) kernel: scsi 0:0:0:0: Direct-Access ATA ASUS-JM S41 SSD 02.1 PQ: 0 ANSI: 5 Oct 8 02:35:04 (none) kernel: A...