Displaying 20 results from an estimated 1000 matches similar to: "multiple values in one column"
2012 Mar 12
2
barplot and NA
Am I wrong that barplot is supposed to just skip NAs, and continue with the rest of the data in a matrix column? That's how I read various posts on the subject.
But that's not what happens for me with R64.app (on a Mac, obviously). For example:
d0 <- as.matrix(c(2,3,4))
d1 <- as.matrix(c(2,3,NA))
d2 <- as.matrix(c(2,NA,4))
d3 <- as.matrix(c(NA,3,4))
barplot(d0)
barplot(d1)
2012 Mar 26
2
circles()
I cannot for the life of me figure this out:
What's the parameter to fill in with color circles made with circles()? col changes the line color, but all I see in the help is a reference to "additional graphic parameters", and no examples via google.
Thanks!
John Muccigrosso
2011 Dec 06
2
Why can't I figure this out? :S
Hi, so I don't speak computer and I have no idea what this code is telling
the program to do, but I apparently need to be able to find and isolate
influencial observations. Problem, I have no idea what the error means and
where it may be from in the code.
error I get is below the code
{
## OLS results
NameC<- lm(gpanew~female+female:lastinit+agenew+canadian+mom_ed+yearstudy)
## default:
2002 Jul 21
1
QT 6 & OS X 10.1.5
Bug reports on the sourceforge page indicate that at least some people
haven't been able to get the quicktime component working with recent
versions of QT or OS X. Me too. :-) Though it does work in OS 9 for me.
Does anyone have this working or is it believed to be a real bug?
Thanks.
<p>John Muccigrosso
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project
2004 Nov 05
1
R usage -- for article
Hello all,
I write a decision-support column for a computing magazine,
Intelligent Enterprise. In my next column, I'll be revisiting a topic I
wrote on 3 years ago, open-source analytical software. R is perhaps the
most successful open-source analytical package.
I'd like to hear from users, especially those who chose R for some
other reason than that it's free, about what
2009 Apr 23
3
Running Scripting on Linux Machine
Hi all,
I am new to using R on a Linux machine & I have a few questions on
set-up. If anyone has experience in this area any advice would be
greatly appreciated.
- When I open R I have the option to do the following:
o 'Run in Terminal'
o 'Display'
o 'Cancel'
o 'Run'
- My only option to open a window such as we find in
2010 Jan 09
4
Super Pro 9.4 / USAF question
Hi all!
I tried to install and run Jane's USAF and Super Pro 9.4 with no luck. The game installs fine, but I cannot make it work under Linux (P-IV 2.5 + 1Gb RAM + NVidia 440Go (64Mb) with Ubuntu 9.10 + Wine 1.1.35 + NVidia 96.43.13). The game runs fine in this very same computer under Windows XP, and my computer exceeds by far the game's requirements.
The original program (Jane's USAF)
2003 Feb 10
2
Apple shares?
Hi,
I have a need to do some file transfers between my AIX 4.3.3 boxes and Apple
PC's. I use SAMBA to provide shares to PC's, but I know nothing about Apple.
FTP is an option, but less desirable than setting up a share. Does anyone
have experience with using SAMBA to set up shares with Apple clients?
I know that there are, other products to accomplish what I ask, but in terms
of support
2002 Oct 29
2
Selective blocking of password authentication
I'm running OpenSSH 3.4 and have the situation that some users want to
allow password authentication into their accounts and some explicitly
want to disallow password authentication. Is this possible? I wasn't
able to come up with a way looking through ssh_config and sshd_config,
as well as some FAQs.
It seems the problem is that there is no scoping of directives in sshd_config,
thus
2012 Mar 27
2
rgl package broke with R 2.14.2
Dear People
I can't figure out how to fix this problem: rgl won't run under R
2.14.2 (it was working for me before under 2.14.0). The error message
is:
> library(rgl)
Error : .onLoad failed in loadNamespace() for 'rgl', details:
call: dyn.load(file, DLLpath = DLLpath, ...)
error: unable to load shared object '/Library/Frameworks/
2003 Nov 07
3
Samba with Domain User accounts
I am trying to find an option to M$ file server under Linux. Everything to this point is M$. Whether anybody goes for it or not, I would like to put the option out there for choice. One of the important necessities is that this doesn't become any more complicated for the EU. As soon as you say Linux to the bosses they think more complex for the user and the users have trouble enough logging in
2009 Apr 24
2
Array
Hi there,
Just wondering if anyone has any tips for using arrays?
I am trying to convert the following SAS code to R:
data A2;
set A1;
by subject_id;
retain BX1-BX10 i;
array b(1:10) BX1-BX10 ;
if first.subject_id then do ;
do j=1 to 10;
b(j) = .;
end;
i=1;
end;
b(i) = BX;
i = i+1;
if last.subject_id then
2009 Apr 27
1
For Loop Syntax
Hi there,
Just wondering if someone can help me with the correct syntax to use
with for loops?
I have split my original file by count, & wish to first of all assign
new tables based on the splits. Then I just want to create a new
variable. Please see code below.
This code works outside of a loop so I am just trying to code so I don't
have to repeat numerous times.
Many
2007 Sep 26
1
Repeated tests against baseline
I came across a post by Karl Knoblick regarding the modeling of longitudinal data (see https://stat.ethz.ch/pipermail/r-help/2007-May/132137.html). I am often asked by physicians to perform what Karl refers to in his post as option 1: to perform paired t-tests against baseline at each follow up time point (30 days, 90 days, 6 months, etc.). Unlike Karl's example, however, many of the trials
2012 Nov 26
1
A problem subsetting a data frame
Hi all,
I have this microarray large microarray data set (ALL) from which I would like to subset or extract a set of data based on a factor ($mol.biol). I looked up some example of subsetting in, picked up two commands and tried both but I got error messages as follows
> testset <- subset(ALL, ALL$mol.biol %in% c("BCR/ABL","ALL1/AF4"))
>> Error in
2007 Dec 04
4
eventlog
Hi,
Hm, the string inserts are different, too. Any encoding issues? Your
user name uses extended ASCII, too, right? Not sure if that''s
significant or not.
I''ve cc''d the win32utils-devel list to see if anyone has any ideas.
Thanks,
Dan
botp wrote:
> On 12/4/07, Daniel Berger <djberg96 at gmail.com> wrote:
>> Can you tell us which record numbers in
2001 May 16
5
the R package - relation to R project?
I stumbled across this link and was wondering if this has any relation to
the R project.
http://www.fas.umontreal.ca/BIOL/Casgrain/en/labo/R/index.html
-jennifer
-----------------------------------
J. Steinbachs, Ph.D.
Computational Biologist
http://compbiology.org
-----------------------------------
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing
2009 Mar 27
3
Ploting a matrix
Hi evrybody,
in a matrix consisting of 49 columns, I would like to plot all columns
against the first in 48 different graphs.
Can you help me?
Thank you in advance
Sebastian
--
***************************************************************************************************************
Dipl. Biol. Sebastian Krug
PhD - student
IFM - GEOMAR
Leibniz Institute of Marine Sciences
Research
2004 Mar 24
2
wolfinger microarray normalization
Hi,
concerning my earlier mail, maybe someone has noted from the variable names
that I try to analyse mircoarrary experiments.
Does anybody know of a R-implementation of the two-step mixed-model
normalization procedure proposed by
Wolfinger et al. (2001) J. Comput. Biol. 8:625-637?
That would be great,
best,
joerg
2011 Jan 05
1
Heat map in R
Hello,
I am trying to make a heatmap in R and am having some trouble. I am very new
to the world of R, but have been told that what I am trying to do should be
possible. I want to make a heat map that looks like a gene expression
heatmap (see http://en.wikipedia.org/wiki/Heat_map).
I have 43 samples and 900 genes (yes I know this will be a huge map). I also
have copy numbers associated with