search for: 40,100

Displaying 10 results from an estimated 10 matches for "40,100".

Did you mean: 40,000
2011 Apr 21
1
Help with matching rows
Dear Sir, Please excuse my akwardness as I a new to R and computers, but would kindly appreciate help. { a <- sample (1:10,100,replace=T ) b <-sample(10:20,100,replace=T) c <- sample(20:30,100,replace=T) d <- sample(30:40,100,replace=T) e <- sample(40:50,100,replace=T) } d1 <- a d2 <- b d3 <-c d4 <- d d5 <- e data.frame(d1,d2,d3,d4,d5) dd <- data.frame(d1,d2,d3,d4,d5) dd sd(d1) summary(d1) sd(d2) summary(d2) sd(d3) summary(d3) sd(d4) summary(d4) sd(d5) summary(d5) I am a beginner to R and am tr...
2007 Nov 29
1
configure the margin of the plot
...has a global effect as I see the left margin of the first plot will be adjusted as well. Below is the code fragment: r.par(mfrow=[1,2],mar=[5,4,1,1]) r.plot(x,hets,xlim=[0,105],xlab='Samples(%)',ylab='Heterozygosity(%)',co l=colors,cex=0.6) ... plot(completion,hets,xlim=[40,100],xlab="Sample Completion(%)",ylab="",col=colors,axes=False,cex=0.6) Thanks Zhaoming [[alternative HTML version deleted]]
2013 Apr 10
3
how to calculate average of each column
Hey All, I have a large dataset and I want to calculate the average of each column then return a new dataset. Here is my question: I dont know if there is a function that can allow me to calculate the average every 60 records of data in the whole dataset, and return a new data frame. Not sure if I have to divide the dataset first for every 60, then do the mean or can i directly do that. thanks
2010 Mar 24
1
how to make a histogram with non-numeric x's?
Hello, I need to make a histogram with variable x bin ranges. For example my bins are 0-15, 15-25, 25-40 etc. Any suggestions? Thanks! -- View this message in context: http://n4.nabble.com/how-to-make-a-histogram-with-non-numeric-x-s-tp1680093p1680093.html Sent from the R help mailing list archive at Nabble.com.
2008 Mar 28
2
Comparing proportions between groups
Hello there, I have two groups (men and women) and I know per group how many of them smoke or don't smoke (women 40 of 200; men 100 of 300). I would like to know how I can compare in R if men and women differ significantly in their smoking. However, because there are more men in the sample than women I cannot just compare the number of smokers and non-smokers in both groups, right?! (I would not really know how...
2007 Mar 22
2
Colored boxes with values in the box
Hi all, I have a x, y matrix of numbers (usually ranging from 0 to 40). I need to group these numbers and assign a color to each group (for example 0 to 15 - Blue, 16-30- Yellow, and 31-40- Red). Then I need to draw a rectangular matrix which contains X x Y boxes and each box has the corresponding value from the input matrix and is also colored according to w...
2007 Jun 06
4
how hierarchical is HTB?
Hi there! I''ve using HTB for a while and now I an faced with a ''problem''. How hierarchical is HTB? Let''s say I have this 3 layer HTB setup: root class 1: (rate=100, ceil=100) 1: children classes 1:10 (30,100) and 1:20 (70,100) 1:10 children classes 1:100 (10,100) and 1:101 (20,100) 1:20 children classes 1:200 (30,100) and 1:201 (70,100) I managed to have
2007 Aug 23
0
23 commits - doc/.gitignore doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_keys.c libswfdec-gtk/swfdec_gtk_keys.h libswfdec-gtk/swfdec_gtk_widget.c libswfdec/Makefile.am
...t change not implemented"); return NULL; + } else if (flv->decoder == NULL) { + return NULL; } swfdec_audio_decoder_push (flv->decoder, buffer); if (flv->next_timestamp == 0) diff-tree eb8ef9c1569fe84f111a524d032d97446a30b96c (from d4d5dde0824487576861912640d9bdd0d0565af7) Author: Benjamin Otte <otte at gnome.org> Date: Thu Aug 23 23:35:11 2007 +0200 abort if we don't get a new image diff --git a/libswfdec/swfdec_codec_ffmpeg.c b/libswfdec/swfdec_codec_ffmpeg.c index 3f9e387..9fae7cf 100644 --- a/libswfdec/swfdec_codec_ffmpeg.c +++ b/...
2012 Jan 18
4
R-Help
I am trying to create a frequency distribution and I am a bit confused. Here are the commands I have entered: > data <- read.csv(file="40609_sortedfinal.csv",head=TRUE,sep=",") > NumberOfActionsByStatus = data$STATUS > NumberOfActionsByUser = data$ETS_LOGIN > NumberOfBidOffer = data$BID_OFFER > NumberOfActionsByUser.freq = table(NumberOfActionsByUser) > NumberOfBidOffer.freq = table(NumberOfBidOffer) &gt...
2010 Mar 24
0
R-help ordinal regression
...e, how can I deal with RFE+SVM > wrong message? > ? ? ? (Max Kuhn) > ? 37. Sample size for proportion, not binomial (Prew, > Paul) > ? 38. Re: using a list to index elements of a list > (Pj253) > ? 39. Re: using a list to index elements of a list > (Benilton Carvalho) > ? 40. Re: filled.contour formatting questions (John K. > Williams) > ? 41. Re: Changing global variables from functions > (jtouyz) > ? 42. Optim() Help, Unusual Error (ApproxGaussian) > ? 43. R Participation in the Google Summer of Code > 2010 > ? ? ? (Dirk Eddelbuettel) > ? 44....