Displaying 20 results from an estimated 1000 matches similar to: "dot plot with several points for 2 categories"
2009 Jul 29
3
Newbie in R: Reading .txt files and storing the 'numbers' in a vector
Hello everybody,
I'm a newbie in R and just went through an introduction class recently.
Here's my problem.
I have 2 text files (.txt) with plain numbers ('doubles' for those who
know c++) ordered into 2 columns as below:
coordinate1 value1
coordinate2 value2
coordinate3 value3
... ...
coordinateN valueN
I would like to write a small programme in which i would:
1. take
2010 Dec 18
1
Can I make my colnames bold?
Hello forum! As the subject indicates, I am trying to make a barplot and
would like my column names to be in bold. Is this possible in R without
having to make my column names in mtext? Any help would be much
appreciated. The code I am using is as follows.
par(mar=c(3,8,2,2))
par(adj=.5)
par(font=2)
par(oma=c(3,3,3,3))
par(xpd=TRUE)
Blot<-matrix(c(25.2995, 0.7625, 25.6135, 36.5770,
2013 Jun 22
2
slow bootloader on Dell R320
Hi all !
Thanks for the very good support of Dell R320 hardware, perc H310 is
well supported, BCM5720 seems to work correctly and performances are
great.
The only problem i have found is very strange. The FreeBSD bootloader
take many times to load, 30sec-2minutes to boot the kernel and show the
bootloader menu. After that, the system boots properly, at a normal
speed.
Is there any issue or
2013 Mar 06
1
Strange reboot since 9.1
Hello,
Since FreeBSD 9.1 I have strange problems with the distribution. Some
servers are rebooting without any kernel panic, instanly. First i
thought it's a problem with my KVM system, but one of my FreeBSD under a
Dell R210 have the same problem.
The servers concerned are now:
- Monitoring server
- LDAP test server
- Some other servers, randomly (not in production).
First i thought it's
2011 Apr 13
1
error for ttest
Hello all,
I have arranged my data as per Dennis's suggestion in this post
http://www.mail-archive.com/r-help at r-project.org/msg107156.html.
the posted code works fine but when I try to apply it to my data, i get ">
u2 <- ddply(xxm, .(plateid, cytokine), as.data.frame.function(f))
Error in t.test.formula(conc ~ Self_T1D, data = df, na.rm = T) :
grouping factor must have
2011 Oct 27
2
help with parallel processing code
Hello R gurus,
I have the code below for which i need help and pointers to make it run in
parallel on a dual core win7 computer with R 2.13.x, using foreach,
iterators,doMC.
library(scatterplot3d) # Loads 3D library.
library(fields)
library(MASS)
library(ROCR)
library(verification)
library(caret)
library(gregmisc)
##simulated data
d=replicate(9, rnorm(40)+10)
2009 Aug 28
1
extracting pvalues from ttest
Hello list,
I have a similar issue as this post
http://tolstoy.newcastle.edu.au/R/e6/help/09/04/11438.html#options2 and I
used the suggestion provided by Jorge with modifications to my data
do.call(c,lapply(your_list_with_the_t_tests,function(x) x$p.value))
but I am getting the following error after excuting the code
B<-by(eo,eo$PlateID, function(.sub) t.test(mcp1~Self_T1D,data=.sub,
2018 Aug 31
2
Inline ASM ARM syntax to load immediate values with integrated assembler
Hi,
What would be the proper syntax in a C file, using inline assembly, to
load a immediate value into an ARM register using clang & integrated
assembler?
The following syntax is rejected by LLVM:
// clang -target armv7em-none-eabi -mthumb
#define CONSTANT 0x1234
void __attribute__((naked))
foo(void)
{
asm volatile (
"ldr r0, =%0 \n"
2006 Aug 16
2
change default columns in init 3?
Hello list,
How can I change the init 3 shell default $COLUMNS ?
(I am trying to wean myself from GUI)
Thanks
2008 Jul 18
2
[LLVMdev] binutils + gdb/insight targeted to LLVM
Hi,
As part of my work with Elsa/LLVM I've been trying to wean myself from
gcc, I'm using my own preprocessor now (to eliminate gcc -E) and have
been calling ld and as directly. To do this, I've set up a version of
bunutils (based on 2.18.50) and gdb/insight (based on 6.8) to handle all
the LLVM targets (except PIC, see below).
The nice thing about gdb 6.8 is that one binary can
2008 Jan 03
2
Interresting Changeset for Rails Trunk...
>From http://blog.codefront.net/2008/01/02/whats-new-on-edge-rails-the-pilot/
A native Mongrel handler has been introduced. This is so that it can be worked on independent of Mongrel?s release cycle (the Rails handler is currently in the Mongrel codebase). Jeremy Kemper (bitsweat) has already made a minor performance improvement by moving the mutex from the handler itself into the dispatcher.
2009 May 29
2
[PATCH 2/4] virtio_net: return NETDEV_TX_BUSY instead of queueing an extra skb.
This effectively reverts 99ffc696d10b28580fe93441d627cf290ac4484c
"virtio: wean net driver off NETDEV_TX_BUSY".
The complexity of queuing an skb (setting a tasklet to re-xmit) is
questionable, especially once we get rid of the other reason for the
tasklet in the next patch.
If the skb won't fit in the tx queue, just return NETDEV_TX_BUSY. It
might be frowned upon, but it's
2009 May 29
2
[PATCH 2/4] virtio_net: return NETDEV_TX_BUSY instead of queueing an extra skb.
This effectively reverts 99ffc696d10b28580fe93441d627cf290ac4484c
"virtio: wean net driver off NETDEV_TX_BUSY".
The complexity of queuing an skb (setting a tasklet to re-xmit) is
questionable, especially once we get rid of the other reason for the
tasklet in the next patch.
If the skb won't fit in the tx queue, just return NETDEV_TX_BUSY. It
might be frowned upon, but it's
2008 Jul 18
0
[LLVMdev] binutils + gdb/insight targeted to LLVM
On Jul 17, 2008, at 7:51 PM, Richard Pennington wrote:
> Hi,
>
> As part of my work with Elsa/LLVM I've been trying to wean myself from
> gcc, I'm using my own preprocessor now (to eliminate gcc -E) and have
> been calling ld and as directly.
You should consider using the clang preprocessor :)
> My question is: What assembler does the LLVM PIC target use? I'd
2010 Sep 09
2
[LLVMdev] Cross-compiling the ARM toolchain
Hello,
Is there a quick tutorial to build the LLVM toolchain from a Linux or
Mac OS X x86 host for an ARM v4/v5/v6 ELF target?
It this configuration supported, and is it possible to build the Clang
compiler for this host/target combination?
I know about the installation page, but I keep failing to build this
toolchain with LLVM 2.7. Maybe it is not (yet) supported?
Thanks,
Manu
2011 Aug 31
2
thunderbird and subscriptions with sieve
Hi All,
I'm a newbie trying to move mail out of my ISP onto a ubuntu (lucid) dovecot
1.2.9 server.
Is there any way to automatically add folders created by sieve
(GNU Mailutils 2.1) to the subscriptions file for a user?
I'm currently testing spam, and if sieve created the folder with the first
message, the thunderbird user does not see the new folder.
Even more interesting, if the user
2008 Jul 22
3
New apps for wine
Hi all this is my first post, so if I need to be directed to other places, thanks for the assistance in advance.
I,ve been attempting to wean my family off windoze for some time, and now have a few boxes and laptops running fc8.
I've set up the latest version of Wine and have successfully installed Myob v13 (with a few glitches: date format is not correct for Australia, despite altering the
2001 Apr 06
2
newbie questions
While I intend to lurk for a while (antsily -I've programs I want
running), is there an archive or place where I can find somewhat
commonly identified problems for the non-programming user to look for
fixes?
Linux skill: newbie (trying to wean myself from being an NT
administrator)
Why WINE? 1) a couple of programs that are Win only (but not M$) that I
either won't or can't give up
2010 Sep 11
3
[LLVMdev] Cross-compiling the ARM toolchain
> There isn't one at the moment, ideally it should figure it out, but I haven't looked much into it - it may be that this isn't working yet.
I should say that I'm still a bit confused: Is it possible to build
for ARM CPUs now?
1/ from which hosts (x86-*-* ?)
2/ for which targets (arm-*-* ?)
3/ what are the supported tools for ARM targets:
a/ llvm-gcc (gcc 4.2)?
1999 Oct 28
3
3com 3c509
I have used 3Com 3c509 nic width bnc coax. I have experienced that these
cards used width FreeBSD and Samba is unusable due to speed. I tried to
change the 3com card with a NE2000 compatible card, and there was a major
change in speed. Has anyone else experienced such problem.
Asgeir Stangeland