similar to: using color coded colorbars for bar plots

Displaying 20 results from an estimated 200 matches similar to: "using color coded colorbars for bar plots"

2011 Oct 21
1
replicating SAS's "proc rank" procedure
Hi try this function ive written it should be self explantory but let me know if you have any problems. I've only been using R for a few eeeks so apologies if its not the most efficient! rankit2<-function(rankvar,cuts,data,factor) { ranker<-rankvar ranker<-0 range<-c(1:cuts) range2<-range/cuts range3<-quantile(factor,range2) over<-length(factor) for (i in 1:over){
2005 May 12
5
VoiceBlue GSM
Hello All * users. I have been looking for a way to allow GSM termination through Asterisk to occur. I am not a Telekom fundi and I have set up IAX2/IAX/SIP on asterisk with the ZAP channels via the Digium TDM 400P. I am unable to find any place that can tell me the cost of the VoiceBlue with a currency to I can calculate the cost of buying one. Alternativly - or just out of interist - I
2009 Apr 13
2
Random Forests Variable Importance Question
I am trying to use the random forests package for classification in R. The Variable Importance Measures listed are: -mean raw importance score of variable x for class 0 -mean raw importance score of variable x for class 1 -MeanDecreaseAccuracy -MeanDecreaseGini Now I know what these "mean" as in I know their definitions. What I want to know is how to use them. What I am trying to
2010 Apr 29
1
variable importance in Random Forest
HI, Dear Andy, I run the RandomFOrest in R, and get the following resutls in variable importance: What is the meaning of MeanDecreaseAccuracy and MeanDecreaseGini? I found they are raw values, they are not scaled to 1, right? Which column if most similar to the variable rel.influence in Boosting? Thanks so much! > fit$importance 0 1
2010 Aug 06
1
Error on random forest variable importance estimates
Hello, I am using the R randomForest package to classify variable stars. I have a training set of 1755 stars described by (too) many variables. Some of these variables are highly correlated. I believe that I understand how randomForest works and how the variable importance are evaluated (through variable permutations). Here are my questions. 1) variable importance error? Is there any ways
2011 Mar 07
2
use "caret" to rank predictors by random forest model
Hi, I'm using package "caret" to rank predictors using random forest model and draw predictors importance plot. I used below commands: rf.fit<-randomForest(x,y,ntree=500,importance=TRUE) ## "x" is matrix whose columns are predictors, "y" is a binary resonse vector ## Then I got the ranked predictors by ranking
2007 Aug 24
2
Variable Importance - Random Forest
Hello, I am trying to explore the use of random forests for classification and am certain about the interpretation of the importance measurements. When having the option "importance = T" in the randomForest call, the resulting 'importance' element matrix has four columns with the following headings: 0 - mean raw importance score of variable x for class 0 (where
2005 Mar 23
1
Gini's Importance Value Variable = Inf
Hi All, In the script below, the importance measure for column 4 (ie MeanDecreaseGini) indicated "Inf" for V7. Running the getTree command showed that "V7" had been selected at least twice in one of the trees for Random Forest. So the "Inf" command was not generated as a result of dividing the sum of the decreases by 0. Any suggestions on what may be causing the
2010 Mar 25
4
3 levelplots and 1 colorbar
I want to create a simple plot containing three levelplots with one colorbar. I used the "Three levelplots" code below, but the third levelplot is drawn smaller than the first two. However, if I try the "Two levelplots" code below it works well. Can anybody tell me how could I draw three levelplots (of the same size) with one colorbar. Thanks in advance, Joaquin ### Three
2010 Nov 05
1
filled.contour colorbar without black color separators?
Dear list members, I have been using filled.contour in order to plot EEG data. For the colors, I used a conventional ramp from blue to red (blue - green - yellow - red), and 100 color levels to make the plot looking smooth: (...) color.palette = colorRampPalette(c('blue','green', 'yellow','red'), space='rgb'), nlevels = 100 (...) My problem ist that
2011 Nov 23
1
Colorbar too wide in eps
Hi! When I plot my filled.contour plot > filled.contour(dat,color=rainbow,plot.axes=matrix.axes(dat),xlab=myxlab,ylab=myylab) everything looks fine on the screen. But if I wrap these two lines >postscript(file="myplot.eps",paper="special",width=4,height=4,family='Times',horizontal=FALSE) ... >dev.off() around the line above in order to create an eps file, the
2007 Jun 10
0
In this case just use 'colorbar' to get a 'legend'.
CAON Releases Fact Sheet For Investors Chan-On International Inc. Symbol: CAON Close: $0.72 UP 4.35% Read this over the weekend, you won't be sorry. CAON has changed direction and investors love it. Friday's volume went through the roof. Big news expected Monday. Set your marker for CAON first thing Monday! Number of generators needed? On two computers the program was slowed down and
2001 Aug 27
1
colorbar legend for image()
Hi, are there any plans to add a colorbar legend to image()? Or such a possibility already implemented which I just haven't discovered yet. Anyway, I will be willing to spent some time on the implementation if there isn't anyone working on that already. Thanks Thomas -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read
2003 Jul 18
3
Slow file copying from Server to clients
Hi, I have posted this issue once but have not yet had a reply to it. Not sure maybe no one has an answer but I will try again. I have a linux box running SuSE 8.2 with samba 2.2.7-a58. Everything works well except when clients workstations copy files to their workstations, in particular my client running Mac OS X. Mac OS X supports the SMB protocol. I had a look at the logs but could not see
2016 Apr 01
5
[cfe-dev] Clang project renamed
I second the motion. All in favor? On Fri, Apr 1, 2016 at 10:57 AM, Renato Golin via cfe-dev < cfe-dev at lists.llvm.org> wrote: > On 1 April 2016 at 18:50, Richard Smith via cfe-dev > <cfe-dev at lists.llvm.org> wrote: > > * The name has been used by a kickstarter project, causing incalculable > > confusion[0] > > Neal Stephenson has poetic license to do
2016 Apr 01
2
[cfe-dev] Clang project renamed
On Apr 1, 2016 5:34 PM, "George Burgess IV via cfe-dev" < cfe-dev at lists.llvm.org> wrote: > > How are we casting our votes? Discordantly! > Will this be a standard yay-or-neigh format, or do people prefer an alternate method? > > On Fri, Apr 1, 2016 at 2:27 PM, Daniel Dilts via cfe-dev < cfe-dev at lists.llvm.org> wrote: >> >> I second the
2005 Jul 04
1
[Asterisk-Dev] presence and IM again, want to develop a working "hack"
Hello, I was again asked to try to add support for presence (SUBSCRIBE/NOTIFY) and IM using SIMPLE. I have few questions: a.) are there any, at least partial projects, patches, anything, that at least partly implements presence and/or IM to chan_sip? I don't care about presence on other channels, I have one SIP client per user. I've read this list's archive several times and
2012 Jan 19
0
Fwd: Typo in the FAQ at http://wiki.centos.org/FAQ/CentOS6, /etc/sysconfig/nertwork-scripts/ifcfg-eth0 should be /etc/sysconfig/network-scripts/ifcfg-eth0
-------- Original Message -------- Subject: Typo in the FAQ at http://wiki.centos.org/FAQ/CentOS6, /etc/sysconfig/nertwork-scripts/ifcfg-eth0 should be /etc/sysconfig/network-scripts/ifcfg-eth0 Date: Thu, 19 Jan 2012 15:31:08 +0100 From: Maximilian Heise <maximilian.heise at gmx.net> To: webmaster at centos.org Hello, I think there is a typo in the faq at
2003 Feb 12
1
Poesia
Hola! Sorry for going off-topic, but here are something I found on the web yesterday - an explanation of statistics in poetic form: First, you see your data for what they seem to be Then, you ask them for the truth - are you what you seem to me? You see with broad expanse you ask with narrowed power you see and ask and see and ask and see... and ask
2012 Feb 28
1
Unexpected behaviour for RowSideColors in function heatmap
Hello, I have come across some unexpected behaviour of the function heatmap in the stats package. This looks like a bug to me, but I might have misunderstood something. When calling the function in symmetric mode, the ColSideColors are plotted correctly, but RowSideColors appear in reverse order. This code (modified from the example on the help page) demonstrates the problem: cU <-