Displaying 5 results from an estimated 5 matches for "prdus".
Did you mean:
pardus
2004 May 14
2
rma and gcrma do not work in R 1.9.0
I run R 1.9.0 on windows 2000, and have the following libraries installed:
affydata_1.3.1
affy_1.4.23
Biobase_1.4.10
DynDoc_1.3.14
gcrma_1.0.6
hgu133acdf_1.4.3
hgu95av2cdf_1.4.3
hgu95av2probe_1.0
matchprobes_1.0.7
moe430acdf_1.4.3
multcomp_0.4-6
mvtnorm_0.6-6
rae230acdf_1.4.3
reposTools_1.3.29
rgu34acdf_1.4.3
tkWidgets_1.5.1
widgetTools_1.2.7
1. The rma function (in affy library) always crashes.
2009 May 07
2
Matching multiple columns in a data frame
Hello,
I am trying to extract a subset of a dataframe A (2 columns) by
extracting all entries in A (several repeated entries) that match
dataframe B in both columns. For example, part of A and B are shown
below.
The following does not seem to work correctly. This only seems to select
on the first component and all instances of the second.
ind <- A$C1 %in% B[,1] & A$C2 %in% B[,2]
2008 May 23
1
problem using embedded R
I have a peculiar problem with an application that uses embedded R. The
application comes with its own copy of R installation and it sets up
correct environment path for the process during the startup. However,
when I execute R code that loads an additional package (e.g.
library(XYZ)), the environment path gets reset to the system's default
value, which renders R unusable. I wonder if anyone
2002 Dec 05
1
Bugs in Version 1.6.1 (2002-11-01), Windows Edition (PR#2350)
Hot keys for list boxes do not work
Start RGui.exe, click the menu Edit->Gui preference, in the four list boxes
at the bottom of the dialog, the hot key does not work.
For example, when I want the black background, I click the "Background" list
box. Then I press the key 'B', expecting the focus to jump to the first
item starting with 'B' (in this case it is
2002 Dec 05
0
Bugs in Version 1.6.1 (2002-11-01), Windows Edition (PR#2351)
On Thu, 5 Dec 2002 JLi2@prdus.jnj.com wrote:
> Hot keys for list boxes do not work
Where does it say they do work, please? The interface is built with
GraphApp, and probably that never implemented this. I am pretty sure it
is not documented to work.
Not doing what you don't say you do is not to my mind a bug, but if...