Displaying 20 results from an estimated 11000 matches similar to: "CRAN Taskviews returns 404"
2008 Feb 29
3
Graphic text
Can R handle graphic text ? I mean something like a pop-up message
window or a text widget ?
Thank you so much.
--
Maura E.M
2005 Jun 08
2
CRAN task view for genetics
Hello to everyone!
I have built CRAN task view for genetics. For now I have not submit it
to CRAN yet and it can be accessible from:
http://www.bfro.uni-lj.si/MR/ggorjan/software/R/Genetics.html
http://www.bfro.uni-lj.si/MR/ggorjan/software/R/Genetics.ctv
I have not submitted it to CRAN, since I would like first some opinion
about it. Genetics is really so broad field that I belive one person
2008 Feb 25
3
Logical statements and subseting data...
Hi,
I'm scratching my head as to why I can't use the subset() command to
remove one line of data from a data frame.
There is just one row (out of 45840) that I'd like to remove and it
can be identified using....
> dim(raw.all.clean)
[1] 45840 10
> subset(raw.all.clean, Height.1 == 0 & Height.2 == 0)
Sample.Name Well SNP Allele.1 Allele.2 Size.1 Size.2
2008 Feb 07
1
Problems reshaping data with cast()
Hi,
I'm trying to cast() some data, but keep on getting the following error...
> norm.all.melted.height <- transform(all.melted.height,
+ norm.height = value / ave(value,
SNP, Pool, FUN = max)
+ )
Warning messages:
1: In FUN(X[[147L]], ...) :
no non-missing arguments to max; returning -Inf
2: In FUN(X[[147L]],
2007 Jun 25
2
Re : Half of a heatmap
> I am trying to produce a heatmap of pairwise correlations, but since the matrix is
> symmetric, I only need either the upper or the lower triangle. I have scoured the
> web and R documentation, but I have not been able to find a way to produce such a
> figure. Is there a simple way to produce a heat map with only the part above or
> below the diagonal?
You might want to check
2007 Nov 22
1
Package specific dependencies...
Hi,
I noticed recently when installing the GDD package for R under
GNU/Linux that it required the gd library (http://libgd.org/) for
generating graphics.
The resolution of this was to simply install the library on my system,
and then GDD successfully installed without any complaints.
However, the variant of GNU/Linux that I use is Gentoo, so I filed a
bug requesting that a USE flag be set for
2006 Feb 16
3
Sweave - problems with underscores in variable names...
Hi all,
I've just started using the Friedrich Leisch's Sweave package to
generate LaTeX reports with results of my analyses embedded as
required.
I've encountered a bit of a problem though in the processing of the
resulting *.tex file that is as far as I can tell, down to the fact
that my variable names have underscores ('_') in their names.
The relevant section of code
2003 Jan 15
1
S-Plus compatability...
Dear all,
I was wondering if someone could point me in the right direction to
solve a problem I've encountered.
I have a set of S-plus scripts which call an external program to
analyse the data (the external program is called Genehunter and is
used for genetic analysis). There are a six scripts in total, five of
which are called from the main script. I made a few changes like
changing
2003 Jan 17
1
More info - S-Plus compatability
Dear all,
Thanks to those of you who have replied, the majority of the
comments pointed out that the error caused by scan may originate
from another function, and closer inspection of the output from
traceback() reveals that it is in fact the read.table function where
the error is originating from the full output of which I have included
below.
The error msg I recieve is
Error in
2004 Dec 19
1
limma, FDR, and p.adjust
I am posting this to both R and BioC communities because I believe there
is a lot of confusion on this topic in both communities (having searched
the mail archives of both) and I am hoping that someone will have
information that can be shared with both communities.
I have seen countless questions on the BioC list regarding limma
(Bioconductor) and its calculation of FDR. Some of them involved
2004 Dec 19
1
limma, FDR, and p.adjust
I am posting this to both R and BioC communities because I believe there
is a lot of confusion on this topic in both communities (having searched
the mail archives of both) and I am hoping that someone will have
information that can be shared with both communities.
I have seen countless questions on the BioC list regarding limma
(Bioconductor) and its calculation of FDR. Some of them involved
2018 Jan 19
0
how to search r-help?
Also https://www.r-project.org/posting-guide.html indicates that
RSiteSearch() within R searches R-help but in my install (3.4.3)
RSiteSearch() only searches? "help pages, vignettes or taskviews"
On 19/01/18 10:47, Mark Dwyer wrote:
>
> I am new to this listand am unable to get the search tools listed on
> https://stat.ethz.ch/mailman/listinfo/r-help towork. What do people
2007 Jul 30
3
Slightly OT - use of R
I am trying to get a measure of how R compares in usage as a statistical
platform compared to other software. I would guess it is the most widely
used among statisticians at least by virtue of it being open source.
But is there any study to which I can refer? By asking this list I am not
exactly adopting a rigorous approach!
Best wishes
John
John Logsdon
2012 Feb 21
6
Jazzing up the Task Views index page
A little while ago here we had a short discussion about Task Views - I
think ignited by someone saying 'how many times do I have to say "have
you read the Optimisation Task View?"?' and I poured some fuel on that
fire by saying "Task Views" was a stupid name.
Anyway, I did say that Task Views were rather brilliant, but were let
down by their hidden position on the R
2008 Sep 15
4
How to draw a plot like this?
Hi there,
I hope to draw a plot like this:
http://www.sg-chem.net/swizard/Ru-bqdi-spectra.gif
is it possible to draw it using R?
thanks for any suggestions.
regards,
Jinsong
2013 Mar 29
3
Installing views in R2.15.3
Hi,
Please what am I doing wrong? I tried installing some views (eg MachineLearning, Multivariate) on R2.15.3, but it keeps on telling me that the package is not available for 2.15.3. Is it true?
Thanks
[[alternative HTML version deleted]]
2008 Feb 28
1
Errors melt()ing data...
Hi,
I'm trying to melt() some data for subsequent cast()ing and am
encoutering errors.
The overall process requires a couple of casts()s and melt()s.
########Start Session 1##########
## I have the data in a (fully) melted format and can cast it fine...
> norm1[1:10,]
Pool SNP Sample.Name variable value
1 1 rs1045485 CA0092 Height.1 0.003488853
2 1 rs1045485
2009 Sep 03
3
Zoomable graphs with multiple plots
Hi folks,
I was wondering if anyone could confirm/deny whether there exists any
kind of package to facilitate zoomable graphs with multiple plots (eg,
plot(..) and then points(..)). I've tried zoom from IDPmisc, and
iplot from the iplot and iplot extreme packages, but as far I can
tell, neither can handle the task.
Does anyone know anything else that might work? Or generally know
2018 Jan 19
7
how to search r-help?
I am new to this listand am unable to get the search tools listed on
https://stat.ethz.ch/mailman/listinfo/r-help towork. What do people use
to search the help archives?
1. The google search box on http://tolstoy.newcastle.edu.au/~rking/R/
returns a 404 error.
2. The http://finzi.psych.upenn.edu/ site has many references but I
don't see how to search r-help from there.
3. The
2010 Jun 21
4
Failing Routes in deployment
I have an app that has the following in the routes file:
namespace "admin" do
# ADMINISTRATIVE ROUTES ONLY
root :to => ''home#index''
resources :comments do
member do
get :approve
get :reject
end
end
resources :users do
member do
get :block
get :unblock
end
end
end
When browing to