Displaying 20 results from an estimated 10000 matches similar to: "tricky (for me) merging of data...more clarity"
2011 Feb 27
1
tricky (for me) merging of data
Dear List,
I am having trouble with a tricky merging task. I have one data sheet that
has dates (continuous) that radio collared individuals were monitored via
telemetry. I have a different sheet containing data from instances where
individuals were recaptured and associated body condition data was recorded
(sheet 2). I would like to merge the two sheets by individual and date (I
can do this
2012 Aug 08
1
Wilcoxon test
Dear list,
I am facing a problem in my statistical analyses on R.
My experiments are about plants, I record there growth after each cutting (every 3 weeks).
'BC' is for the plant, and '1' to '5' is the time of cutting and recording.
The data and R script are :
""
BourdCoup <- c(21, 7.2, 9.2, 0, 8.52, 14.7, 8.31, 6.2, 127.05, 115.2, 100.7, 24, 162.64, 136.8,
2009 Feb 26
0
How do I retrieve column and row names after comparing two matrices?
Hello, I have two matrices as shown below:
Matrix 1
ID AB1 BC1 CD1 ...
name1 1,1 2,1 0,2 ...
name2 2,0 1,2 1,2 ...
name3 0,2 1,1 2,0 ...
name4 2,0 0,2 0,2 ...
Matrix 2
ID AB2 BC2 CD2 ...
name1 1,1
2009 Nov 18
2
Importing tRNA data into R ?
Hello dear R help group,
I would like to download the tRNA data on:
http://gtrnadb.ucsc.edu/download.html
And then import it into R.
Can anyone direct me as to how to do so?
Thanks,
Tal
----------------------------------------------
My contact information:
Tal Galili
E-mail: Tal.Galili@gmail.com
Phone number: 972-52-7275845
FaceBook: Tal Galili
My Blogs:
http://www.talgalili.com (Web and
2010 Dec 11
0
is there a packge or code to generate markov chains in R
Hi,
if i have data in the following time series format:
time, amount, state
1 2222 A
1 333 B
2 45 A
2 77 B
where states could be n and time periods t is there a package in R that would calculate the transition probabilities in a markov chain.
for each t except t=0 to generate
A B
A
B
perhaps the best structure might
2010 May 22
2
Capturing R console output into a file (sink+savehistory ??)
After reading more, I understand I didn't formulate my last question
correctly, so please allow me to rephrase:
What I am looking for is a way to save the R console session output.
That is, a command that would combine the results of using:
?sink # And
?savehistory
My motivation for this is that doing it will allow someone who is a blind
user of R to be able to easily export his results to
2011 Nov 20
0
Adding a "description" meta-tag to the R homepage (bump)
Hello dear R-devel,
I am allowing myself to bump this issue again (half a year later) -
I think that the www.r-project.org website could benefit from having a
description meta-tag.
Could anyone please let me know who to contact regarding this?
With much respect,
Tal
On Sat, Apr 2, 2011 at 4:24 PM, Tal Galili <tal.galili@gmail.com> wrote:
> Hello Peter,
>
> Here is what google
2009 Oct 14
2
Scatter plot using icons (from a gif) instaed of points - is it possible ?
Hello dear R-help group.
I wish to plot a scatter plot using icons (or images) instead of points.
Is it possible? and how so?
Thanks,
Tal
----------------------------------------------
My contact information:
Tal Galili
E-mail: Tal.Galili@gmail.com
Phone number: 972-52-7275845
FaceBook: Tal Galili
My Blogs:
http://www.talgalili.com (Web and general, Hebrew)
http://www.biostatistics.co.il
2010 Jan 06
0
Antw: Code flowchart generator for R ?
You may want to look into RAnalyticFlow:
http://www.ef-prime.com/products/ranalyticflow_en/index.html
Regards, Frank
********************************************************
Dr.med. F. Bloos, Ph.D./U.W.O.
Oberarzt
Klinik f. Anästhesiologie und Intensivtherapie
Klinikum der Friedrich-Schiller-Universität Jena
Erlanger Allee 101
07747 Jena
GERMANY
Tel: +49 - 3641-932 32 83;
Fax: +49 -
2010 Jan 18
1
Exporting a data.frame to excel using sqlSave - adds a character ' to values
Hi all,
I am using RODB to export multiple data.frames into one excel file with
multiple sheets.
One thing I can't seem to unserdatand is way the command adds the character:
'
To the beginning of each of my (non numeric) values.
Here is an example code:
library(RODBC)
library(MASS)
data(anorexia)
save2excel <- function(x, t.name) sqlSave(xlsFile, x, tablename = t.name,
rownames =
2009 Nov 06
0
Plotting with "Hebrew" text
Hello all,
I imported a txt file with Hebrew column names, and wish to use them for my
plots.
I found that the Hebrew text is jumbled (Example: .áéèçåï.òöîé.)
How do I fix it so to be able to see the characters in a correct way ?
Thanks,
Tal
----------------------------------------------
My contact information:
Tal Galili
E-mail: Tal.Galili@gmail.com
Phone number: 972-52-7275845
2010 Dec 10
1
New Installs, Same Trouble Loading doBy and coin Packages
I tried Tal's suggestion of deleting the doBy and coin packages and then
reinstalling them from a different mirror. The first install was from the
Harvard mirror and the second was from the Case Western Univ. mirror. The new
packages generate the same errors when I call them using the library() command.
Also, I tried to load these packages using R and its script editor thinking that
the
2009 Sep 30
1
Managing random number generating, while using Condor parallel computing
Hello all,
Recently I started playing with running R scripts on the Condor system in my
institute.
(For more on this, have a look at:
Running Long R Jobs with Condor DAG
by Xianhong Xie
link: http://cran.r-project.org/doc/Rnews/Rnews_2005-2.pdf
)
Might someone advice me about the following question:
How should I handle the RNG (random number generation) in the running of
parallel instances of R
2010 Dec 27
1
Any functions to manipulate (merge, cut, remove) hclust objects? (maybe through phylo?)
Hello all,
I'm now working with hclust objects and was hoping to perform some basic
editing on them like:
- Joining = the merging of two hclust objects (so they will share one
root)
- Splicing = So to cut/extract a branch out of an hclust object - that by
itself will be an hclust object.
I noticed I could extract one element of an hclust object by turning it into
a dendrogram,
2009 Sep 30
0
Openning multiple (writing) connections to a single file - possible ?
Hello members of the R-help group.
I am trying to run multiple occurences of R (through the distributed
computing of Condor), and have all of them write their output into one
source.
It is similar (I believe), to running R several time on the same machine,
and running on each instance of R the same script. In that script there is a
line saying "write some text into a file", and I wish
2009 Nov 17
0
Marginal Homogeneity tests for sparse matrixes ?
Hello people,
I am in need for testing Marginal Homogeneity for sparse (more then 2X2)
matrixes.
After searching, what I found by now is that for more then 2 by 2 matrixes,
one turns to "stuart maxwell tests" that are available in two packages:
irr - see: stuart.maxwell.mh
coin - see: mh_test
But I couldn't find in the documentation how valid the results are for
sparse matrixes,
2009 Jul 26
1
Is there an R implementation for the "Barnard's exact test" (a substitute for fisher.test) ?
Hello R help members. I came across today with an article on Barnard's exact
test (http://www.cytel.com/Papers/twobinomials.pdf), that is supposed to
give a more powerful fisher.test - Because it doesn't assume that we know
the row and column totals are in advance. Any pointers to such a function ?
Thanks, Tal
--
----------------------------------------------
My contact information:
2009 Oct 26
0
Time variables changed after reopening a .RData file (bug?)
Hello all,
I recently opened a backup ".RData" file which contained (three) "time
variables" created in the session I had a few months ago.
Upon inspecting those variables I suddenly realized they all got an extra
hour to them.
So a variable like:
morning <- as.difftime("08:00:00")
That was defined a few months ago (and saved inside the .RData file) will
be:
2018 May 04
2
Debugging "SETLENGTH() cannot be applied to an ALTVEC object."?
Hi all,
I wish to push a new version of a package (heatmaply).
I sent it to winbuild with no issues but after submitting it to CRAN I got
an update that it breaks on Debian, see:
package heatmaply_0.15.0.tar.gz does not pass the incoming checks
automatically, please see the following pre-tests:
Windows: <https://win-builder.r-project.org/incoming_pretest/
2010 Oct 15
2
AIC in bestglm, glm, and lm - why do they differ?
I recently found the "bestglm" package while trolling CRAN for a function to
save some keystrokes with simple (k<10) nested models. I am interested in
using the best of several nested linear models which I have explored using
lm(), glm() and now bestglm(). When I compare the AIC values for the 'best'
candidate model I get the same AIC values with lm() and glm() but a