search for: rwb

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

Did you mean: rmb
2011 May 13
1
graphs of gamma, normal fit to a histogram are about half as large as they should be
Hello, I'm trying to compare the fit of two distributions, normal and gamma, to a histogram of my response variable. rate<-mean(na.omit(rwb$post.f.crwn.length))/var(na.omit(rwb$post.f.crwn.length)) shape<-rate*mean(na.omit(rwb$post.f.crwn.length)) hist((rwb$post.f.crwn.length), main="rwb$post.f.crwn.length") lines(seq(0.01,70,0.01),length(rwb$post.f.crwn.length)*dgamma(seq(0.01,70,0.01),shape,rate)) lines(seq(0,70,0.1),len...
2012 Mar 30
1
avoiding expression evaluation when calling a function
Another question on functions - I have something that looks like plotter<-function(i){ temp.i<-rwb[rwb$vector1 <=(i*.10),] with(temp.i, plot(vector2, vector3, main=(i*.10),)) mod<-lm(vector3~vector3-1,data=temp.i) r2<-summary(mod)$adj.r.squared rsqrd[i]<-r2 legend("bottomright", legend=signif(r2), col="black") abline(mod) rsqrd<<-rsqrd } I'd rather...
2007 Apr 11
2
Open Browser Window help
When I previously designed my static sites in dreamweaver, I used an Open Browser Window behavior which opened a URL in a new window of fixed size by inserting the following: <a href="javascript:;" onclick="MM_openBrWindow(''example.html'', ... ''width=300,height=300'')</a> Is there a simple way to do the same thing in ruby?
2007 Apr 10
0
Form.serialize(this) returning empty string in onSubmit, Ajax.Update context, works in Firebug watch
...with the string parameter that worked in watch before -- returns an empty string? Any thoughts as to why this is occurring? -- Jonathan Williams Web Programmer NYU Steinhardt School of Culture, Education, and Human Development +1 212 998 5308 (office) +1 401 499 4532 (mobile) jonathan.williams-RWB/UN2hA5c@public.gmane.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To...
2011 Jun 09
0
How to shift the heat map
...- data[,-1] colnames(heatmap_data) <- if (length(grep("^X[\\d]",colnames(heatmap_data),perl=TRUE)) != 0) # then {gsub("^X([\\d].*)","\\1",colnames(heatmap_data),perl=TRUE)} else {colnames(heatmap_data)} # Define palette colours rch<-rich.colors(256) rwb<-colorRampPalette(c("red","white","blue"))(256) rbb<-colorRampPalette(c("red","black","blue"))(256) pwg<-colorRampPalette(c("purple","white","green"))(256) pbg<-colorRampPalette(c("purple&quot...
2006 May 16
1
switch to not backup a file of size X Mb
I'm performing backup via a standard use of rsync: (note:$dayte is set via a .sh file) rsync -aurvz --backup --backup-dir=../data_originals/$dayte -e ssh /mnt/netware6/dhs01/data/ ./dhs01/data/ My Question: Is there any way to make sync ignore files greater than a certain size. The files do not follow any naming convention and are therefore only identifiable by their size? (e.g I want all
2006 May 16
1
is there an rsync switch to not backup a file of size > X
I'm performing backup via a standard use of rsync: (note:$dayte is set via a .sh file) rsync -aurvz --backup --backup-dir=../data_originals/$dayte -e ssh /mnt/netware6/dhs01/data/ ./dhs01/data/ My Question: Is there any way to make rsync ignore files greater than a certain size. The files do not follow any naming convention and are therefore only identifiable by their size? (e.g I want all