search for: neutral

Displaying 20 results from an estimated 943 matches for "neutral".

2012 Aug 13
4
if else elseif for data frames
Hi all, It seems like I cannot use normal 'if' for data frames. What would be the best way to do the following. if data$col1='high' data$col2='H' else if data$col1='Neutral' data$col2='N' else if data$col='low' data$col2='L' else #chuch a warning? Note that col2 was not an existing column and was newly assigned for this task. Thanks, Sachin [[alternative HTML version deleted]]
2009 Jul 23
11
Problem with named_scope
Here are my scopes: default_scope :order => ''posted_on DESC'', :conditions => { :status => ''visible'' } named_scope :positive, :conditions => { :rating => ''positive'', :status => ''visible'' } named_scope :neutral, :conditions => { :rating => ''neutral'', :status => ''visible'' } named_scope :negative, :conditions => { :rating => ''negative'', :status => ''visible'' } named_scope :ignored, :conditions => { :status =>...
2010 Aug 05
3
Plotting range of values in barplot()
...in the event that there are 0 responses. For example, I have a data set that contains values of 2, 3, 4, and 5 but I would also like my graph to show that there are no 1's. I have attached the resulting graph. The appropriate values should be 0 - Strongly Disagree, 1 - Somewhat Disagree, 2 - Neutral, 7 - Somewhat Agree, and 12 - Strongly Agree. Any suggestions would be much appreciated as I am new to R. Thanks, Steve http://r.789695.n4.nabble.com/file/n2315414/graph.jpg -- View this message in context: http://r.789695.n4.nabble.com/Plotting-range-of-values-in-barplot-tp2315414p2315414...
2012 Jun 13
2
adjust space between horizontal legend text in a barplot
Hi All, I produced a barplot and made a horizontal legend below the graph. Because the results are from a survey, there are three levels, namely strongly disagree/disagree, neutral and strongly agree/agree. > rownames(survey)[1] "Strongly disagree/disagree" "Neutral" "Strongly agree/agree" As in the output above, there is a large space between "Neutral" and "Strongly agree/agree". This large space a...
2010 Dec 08
3
[POTS/BRI] Neutral comparisons of PCI vs. box?
Hello I need to find a recent and neutral comparison of the major products available to connect an Asterisk server to the telephone network, whether ISDN (BRI) or PSTN, and through a PCI card or some external box. I'm told there are less issues (echo, stability) with external boxes compared to PCI cards. Apparently, the main brands ar...
2008 Mar 06
0
Net Neutrality
What do we want "NET NEUTRALITY" When do we want it? "NOW AND FOREVER" This video should be compulsory viewing for everyone in public office not just here in the USA but globally so this public resource cant be stolen from you !! http://deancollinsblog.blogspot.com/2008/03/net-neutrality.html <http://de...
2008 Dec 15
7
MS Visio 2003 - Wine 1.1.10 - Ubuntu 8.04
...ExistingProducts -> 6 ignored L"Upgrade" table values fixme:mscoree:LoadLibraryShim (0x7ee354cc L"fusion.dll", (nil), (nil), 0x33f878): semi-stub fixme:fusion:IAssemblyCacheImpl_QueryAssemblyInfo (0x9cd368, 1, L"Microsoft.Vbe.Interop.Forms, Version=11.0.0.0000, Culture=neutral, PublicKeyToken=71e9bce111e9429c", 0x33f790) stub! err:msi:msiobj_release Invalid handle! fixme:fusion:IAssemblyCacheImpl_QueryAssemblyInfo (0x9cd368, 1, L"Microsoft.Office.Interop.SmartTag, Version=11.0.0.0000, Culture=neutral, PublicKeyToken=71e9bce111e9429c", 0x33f790) stub! er...
2008 Sep 29
0
[LLVMdev] Architecture Dependency of LLVM bitcode (was Re: compile linux kernel)
On Mon, 2008-09-29 at 15:03 -0400, Sherief N. Farouk wrote: > Why not add types with explicit endianess?... The issues with architecture dependency are far broader than byte order. LLVM in its current form is simply not intended to be machine neutral. Quite the contrary: it is heavily machine dependent!
2011 Mar 25
0
"Neutral" sources that attest to the success of the R project?
...article criteria at the time (2010). The reviewer at the time made two interesting comments about the article: - Sources are almost all (except for one NYT article) online wiki-type sources. These may be self-published, and may not be reliable sources. - The subject is treated in a non-neutral way by the authors. Heroically positive statements are made without proper sourcing, e.g. "R [is] the de-facto standard language for statistical analysis". *Can anyone suggest what academic-papers/news-articles have been made to cover the R language community and impact in a &quot...
2008 Sep 29
3
[LLVMdev] Architecture Dependency of LLVM bitcode (was Re: compile linux kernel)
> hton and ntoh intrinsics. These are needed to allow target code to > deal with endianness in a target independent way. (Ok, you could > potentially write code that detected endiannes at runtime and chose > multiversioned code based on that, but that is ugly and optimization > prohibiting). > Why not add types with explicit endianess? A trick I use for reading binary files
2006 Aug 11
2
[PATCH][XEN] Use a union to pack the dual-short combos in an endian neutral way.
The first to members of a grant entry are updated as a combined pair. The following union patch uses a union so updated can happen in an endian neutral fashion. Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com> diff -r 1f611b58729f xen/common/grant_table.c --- a/xen/common/grant_table.c Wed Aug 09 18:53:00 2006 -0400 +++ b/xen/common/grant_table.c Fri Aug 11 12:29:48 2006 -0400 @@ -32,6 +32,17 @@ #include <xen/guest_access.h> #in...
2005 Jul 06
1
dyn.load in linux: missing libraries?
...and ess running from the debian repositories. Of course, there is a hitch. I have a bit of C code in one of my personal functions. I have, apparently without problem, been able to compile it using R CMD SHLIB, but when I try to dyn.load it I get the following error: > dyn.load("Cfiles/Neutral/Bell2000.dll") Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library '/home/tyler/RWorkingDirectory/Cfiles/Neutral/Bell2000.dll': /home/tyler/RWorkingDirectory/Cfiles/Neutral/Bell2000.dll: invalid ELF header I take this to mean one of the req...
2007 Jul 24
1
Nested list depth limit?
...Fees * Forms &amp; Publications * Services &amp; Programs * Guardian ad litem * Alternative Dispute Resolution * What is ADR * ADR Availability * Office of Court ADR * Selecting a Neutral * Becoming a Neutral * Court Rules * Directory of ADR Neutrals (search application) * Alternative Dispute Resolution FAQ Thanks, Tim
2013 Apr 25
1
problem with geom_point in ggplot using a different column
...ponding to "MUT" subset in one straight line corresponding to only "ERBB2.2064" stratification on x-axis. It dosen't take into account the "ERBB2.Status" stratification. Can anyone help me? Call ERBB2|2064 ERBB2_Status ERBB2-MUT A 7.214E-01 CHANGE MUT B -4.208E-02 NEUTRAL MUT D 1.080E+00 NEUTRAL MUT C 2.347E-01 NEUTRAL MUT ggplot(data=testdata, aes(x=Call, y=ERBB2.2064)) + geom_boxplot(aes(fill=ERBB2_Status),width=0.8)+theme_bw()+geom_point(data=subset(testdata,ERBB2.MUT=="MUT"),aes(shape=Call,color="Red")) [[alternative HTML version deleted]]
2009 Apr 19
3
[LLVMdev] glibc 2.10 featuring new elf trick
...ay and be replaced by LLVM bitcode, with > code generation performed by the OS at load time. This would have many > advantages: the compatibility with all current and future > architectures would be guaranteed, Unfortunately no, the IR obtained from languages like C, C++, etc is not target neutral. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2013 Jul 12
0
Wine release 1.6-rc5
...manpages for the install-lib and install-dev cases. user32: Check for driver events more quickly once we start getting timer messages. kernel32: Acquire the loader lock before shutting down the process. taskmgr: Convert version resource to the standard format. browseui: Use neutral language for the version resource. crypt32: Use neutral language for the version resource. devenum: Use neutral language for the version resource. dxdiagn: Use neutral language for the version resource. joy.cpl: Use neutral language for the version resource. localspl:...
2010 Nov 07
1
creating a scale (factor) based on a continuous variable nested within levels of factor
...core of 8 ?8 ? ?0 ?0 ?0 45 ?0 ?0 ?0 ?0 ?0 ?0 ?0 ?0 ?0 ?9 ? ?0 ?0 ?0 ?0 ?0 ?0 ?0 45 ?0 ?0 ?0 ?0 ?0 ?10 ? 0 ?0 ?0 ?0 ?0 45 ?0 ?0 ?0 ?0 ?0 ?0 ?0 What I would like to do is to create another scale ( a factor) based on the ratings with the following levels -10;-4 == dislike where -4 is included -4;4 == neutral where -4 is excluded 4;10 == like ?where 4 is excluded My code to obtain this new variable liking <- numeric(length(hDatPretty$rating)) liking[hDatPretty$rating <= -4] <- 'dislike' liking[hDatPretty$rating > -4 & hDatPretty$rating <= 4] <- 'neutral' liking[hD...
2012 Dec 21
2
how to recode an ordered factor
Dear R helpers, I'm trying to recode an ordered factor to reverse its scale, but I can't figure out how to make it. I am using the Recode function provided by the Car package. I've created an ordered variable: data$o.var1 <- ordered(data$var1, levels=c(1,2,3,4), labels =c("very satisfied", "fairly satisfied", "not very satisfied", "not at all
2012 Oct 02
7
[LLVMdev] [RFC] Parallelization metadata and intrinsics in LLVM (for OpenMP, etc.)
...ndrey, Alexey, >From the LLVM design viewpoint, there is a fundamental problem with both Hal's approach and the Intel approach: both are quite language-specific. OpenMP is a particular parallel language, with particular constructs (e.g., parallel regions) and semantics. LLVM is a language-neutral IR and infrastructure and OpenMP-specific concepts should not creep into it. I've included an excerpt from Hal's proposal below, which shows what I mean: the design is couched in terms of OpenMP parallel regions. Other parallel languages, e.g, Cilk, have no such notion. The latest Intel...
2010 Jul 20
0
[LLVMdev] Union type, is it really used or necessary?
...hat generate target-agnostic code, it is difficult to calculate how large this struct should be. (Which is larger, 3 int32s or two pointers? You don't know unless your frontend knows the size of a pointer.) In my case, I finally decided to abandon my goal of making my frontend completely target-neutral. While it's relatively easy to write a frontend that is 99% target-neutral with LLVM, that last 1% cannot be eliminated. 2) Extracting the values from the union require pointer casting, which means that the union cannot be an SSA value - it has to have an address. This probably isn't a big...