search for: phoebe

Displaying 20 results from an estimated 37 matches for "phoebe".

Did you mean: groebe
2010 Mar 24
2
splitting word
Hi all, Could someone tell me how to split a word. c("AA") to c("A","A") Thanks! Phoebe [[alternative HTML version deleted]]
2010 Dec 01
2
draw categorical histogram
...e 12, Minnie has occurrence 33, and so on. I would like to view this summary in a histogram. I want the X-axis be the person name (Richard, Minnie, ....), Y-axis be the frequency (12, 33....). How can I make the histogram has 6 bars, each bar was named as Richard, Minnie, ... , Kingston? Thanks, Phoebe [[alternative HTML version deleted]]
2009 May 01
3
factor level
...(mydata[,"newXaxis"]) [1] 1 2 31 202 230 245 250 256 271 276 292 307 337 33 46 82 124 186 [19] 191 201 213 228 240 253 266 280 305 317 332 15 39 64 65 71 80 87 [37] 92 97 112 Does anyone know how to remove the factor and remain the actual numeric data? Thanks a lot! Phoebe [[alternative HTML version deleted]]
2009 May 04
2
rotate texts
Hi all, I'm hoping to add texts into a plot. I'm using text() to do it. I wonder if the text() allow me to make the text vertically printed? Thanks in advance for help, phoebe [[alternative HTML version deleted]]
2011 Aug 24
2
Boxplot orders
Hi there, I have length data of an organism over the year and I want to make a boxplot. I get the boxplot just fine but the months are all out of order. In the data set they are in order from Jan-Dec...how can I fix this problem? Thanks so much in advance!! Phoebe [[alternative HTML version deleted]]
2020 Feb 05
1
[PATCH] properly initialize error_data_lock_list before use
Required such that macOS doesn't crash in get_error_data (via call stack from guestfs_launch) >From 5b121bc8bb8f1fadf835b4af30cbb9c9e95af258 Mon Sep 17 00:00:00 2001 From: Daria Phoebe Brashear <dariaphoebe@auristor.com> Date: Tue, 4 Feb 2020 20:25:10 -0500 Subject: [PATCH] libhandle: initialize error_data_list_lock when a handle is allocated, the error_data_list_lock must be initialized --- lib/handle.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/handle.c b...
2009 Nov 09
1
categorization
...c10 4 c10 5 c9 6 c9 7 c5 8 c5 9 c20 10 c10 Could you let me know the fastest way to change c20->"AA", c20->"BB", c9->"CC", c5->"DD" without using for loop? Thanks phoebe [[alternative HTML version deleted]]
2010 Apr 16
1
PCA scores
...lculate the PCA scores. The PCA scores I calculated doesn't match with the scores generated by R, mypca<-princomp(mymatrix, cor=T) myscore<-as.matrix(mymatrix)%*%as.matrix(mypca$loadings) Does anybody know how the mypca$scores were calculated? Is my formula not correct? Thanks a lot! Phoebe [[alternative HTML version deleted]]
2010 May 05
1
ordering data frame
...t; "3" "3" I would like to order data frame x by the order of column 1 of data frame y, as follow, [,1] [,2] [,3] [1,] "G" "3" "2" [2,] "A" "1" "2" [3,] "E" "2" "3" Thanks, Phoebe [[alternative HTML version deleted]]
2010 Aug 03
1
concatenate values in the vector
Hi all, Is there a function that allow me to concatenate each value in a vector to a string? x<-c("a","b","c","d") output string = a+b+c+d Thanks, phoebe [[alternative HTML version deleted]]
2009 Nov 25
1
draw circle on PCA plot
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20091125/bf6c327e/attachment-0001.pl>
2003 Mar 28
2
Wine 20030318, glibc 2.3.2, RH (not phoebe)
Wine was fine before upgrading glibc to 2.3.2 on RH 8. Since that time, I get $wine --version wine: lstat /tmp/.wine-<user>/server-9-ff9be/socket : No such file or directory This happens no matter what user I run wine as. This also happens using the LD_ASSUME_KERNEL work around. The only thing that changed between a working wine, and a non-working wine was glibc, so I'm positive
2010 Oct 19
3
scatter.smooth() fitted by loess
...reciprocal condition number nan 39: In simpleLoess(y, x, w, span, degree, FALSE, FALSE, normalize = FALSE, ... : zero-width neighborhood. make span bigger 40: In simpleLoess(y, x, w, span, degree, FALSE, FALSE, normalize = FALSE, ... : There are other near singularities as well. 1 Thanks, Phoebe
2009 Feb 17
2
matrix output
Hi friends, I have questions about printing a pretty big size matrix. As you could see from below, the matrix wasn't showed in R at full size (11X11), but it was cut partly into three smaller matrices (11X4,11X4,11X3). I'm wondering if there is a way to show the whole matrix with dimension 11X11, do you know how to make it? If R really couldn't fit the full big matrix at once, what
2008 Oct 01
2
Looking for position of character in a string
Hi all, I would like to check if a string contains "." in it. If yes, I would like to know the position of "." in the string. Eg: X<-"NM1236.3" In above example, "." is at position 7. I tried functions grep() and match(). It seems they couldn't detect ".". Thanks in advance for your help, Sityee [[alternative HTML version deleted]]
2009 Feb 09
2
summary statistics
Hi all, I'm wondering if there is a function that can return summary statistics: N=total number of observation, # missing, mean, median, range, standard deviation. As I know, summary() returns some of info I've mentioned above. Thanks, SY [[alternative HTML version deleted]]
2008 Sep 05
1
How to add registry file via netlogon script ?
...ot;W:\\skany2" "Place2"=dword:00000011 "Place3"=dword:00000000 "Place4"=dword:00000012 PLEASE HELP !!! ---------------------------------------------------- Sopot Bards Meeting 6 wrze?nia.Opera Le?na w Sopocie. Antonina Krzyszto?, Jacek Kleyff, Andrzej Garczarek, Phoebe Killdeer.http://klik.wp.pl/?adr=http%3A%2F%2Fcorto.www.wp.pl%2Fas%2Fbards.html&sid=474
2009 Feb 11
2
bar plot/ histogram
Hi all, I would like to construct plot of the distribution of N, where N range from 1 to 10. I couldn't just use the hist(), as I want the categories for the bars are: 1, 2, 3, 4, >=5. So this will be a bar plot with 5 bars, and the height of the bar will be the frequency of N. (eg bar#1 will be the frequency of N=1, bar #2 will be frequency of N=2, and bar#5 will be the frequency of
2003 Mar 12
1
help!: can't resize partition ("rather strange layout")
...going to give a complete case history, please bear with me: Originally my partition layout was thus: 1: fat32 (~50gb) 2: ext3 boot paritiion (~100mb) 3: ext3 root partition (~25gb) 4: extended partition containing: 5: logical parition, (linux swap, ~512mb) Having finally migrated fully to linux (phoebe 2), I decided to rid myself of windows once and for all - booted onto a partition magic 8 boot floppy, and told it to nuke the fat32 partition, move the boot partition to the front of the drive, and resize the root parition to fill the remaining space. But parition magic errored out during the proc...
2003 Apr 16
5
rh9 and pxe
Hi, I've got pxelinux 2.00 working to boot rh 7.3, 8.0, and phoebe-beta pxe install images but I've recently tried to load the rh 9 pxe install images and I get this.. 4000 AX:0208 BX:0200 CX:0002 DX:0000. Any thoughts? Thanks aaron