Displaying 20 results from an estimated 485 matches for "galili".
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 general, Hebrew)
http://www.biostatistics.co.il (Statistics, Hebrew)
http://www.r-statistics.com/ (Statistics,R, English)
----------------------------------------------
My...
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 (Statistics, Hebrew)
http://www.r-statistics.com/ (Statistics,R, English)
[[alternative HTML version deleted]]
2009 Nov 20
6
How to: highlight R syntax on webpages ?
My question if in the Subject, but if to extend: I am specifically curious
about WordPress blogs. But any solution will give me a lead.
Thanks,
Tal
----------------------------------------------
Contact me: Tal.Galili@gmail.com | 972-52-7275845
Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) |
www.r-statistics.com/ (English)
[[alternative HTML version deleted]]
2010 May 22
2
Capturing R console output into a file (sink+savehistory ??)
...low someone who is a blind
user of R to be able to easily export his results to word so he could have
word read him the text.
I also imagine it might be useful for session login.
Thanks,
Tal
----------------Contact
Details:-------------------------------------------------------
Contact me: Tal.Galili@gmail.com | 972-52-7275845
Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) |
www.r-statistics.com (English)
----------------------------------------------------------------------------------------------
On Sat, May 22, 2010 at 12:20 AM, Tal Galili <tal.galili@gmail.co...
2009 Jul 25
2
labelling points plotted in a 2D plan
I created a 2 D plan:
> plot(range(-2.5,0.95),range(0.00,1.00),type="n",axes=TRUE)
I made a projection of points with their coordonates (X,Y) in that plan
> fullpoints=read.csv2("fullpoints.csv",h=T)
> plot(fullpoints)
The points are listed in that .csv file it is organized this way:
0,48875 0,142857143
0,409 0,142857143
0,45611 0,25
0,49833 0,222222222
0,61158
2010 May 08
3
Count cases in a list
Hi everybody, I would like to count how many times names in list L,
nombreL, apear in list C, nombreC.
Can I improve the next program?
cuenta <- 0
topL <- length(nombreL)
topC <- length(nombreC)
for (i in 1:topL) {
for (j in 1:topC) {
k <-
grep(noquote(nombreL[i]),nombreC[j])
2009 Jul 26
1
Is there an R implementation for the "Barnard's exact test" (a substitute for fisher.test) ?
...om/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:
Tal Galili
Phone number: 972-50-3373767
FaceBook: Tal Galili
My Blogs:
http://www.r-statistics.com/
http://www.talgalili.com
http://www.biostatistics.co.il
[[alternative HTML version deleted]]
2010 Jul 02
3
Combining several plots besides a dendrogram?
...d
to create such an image ? (I am not sure how to create such a
layout, especially when it needs to be dynamic to the number of cluster
choosen)
Thanks in advance for any help,
Best,
Tal
----------------Contact
Details:-------------------------------------------------------
Contact me: Tal.Galili@gmail.com | 972-52-7275845
Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) |
www.r-statistics.com (English)
----------------------------------------------------------------------------------------------
[[alternative HTML version deleted]]
2009 Aug 20
4
simple randomization question: How to perform "sample" in chunks
...subset <- xx[ xx$a %in% i ,]
new.xx <- rbind(new.xx , xx.subset)
}
return(new.xx)
}
randomize.by.column.a(xx)
# END of - R example
I would love for a better, faster, way of doing it.
Thanks,
Tal
--
----------------------------------------------
My contact information:
Tal Galili
Phone number: 972-50-3373767
FaceBook: Tal Galili
My Blogs:
http://www.r-statistics.com/
http://www.talgalili.com
http://www.biostatistics.co.il
[[alternative HTML version deleted]]
2010 Nov 09
3
Is there a way to have 'comment' keep a list?
...like
this:
x <- 1
comment(x) <- letters
names(comment(x)) <- LETTERS
x
comment(x)
Any other suggestions?
(or general best practices for the "comment" command ?)
Thanks,
Tal
----------------Contact
Details:-------------------------------------------------------
Contact me: Tal.Galili@gmail.com | 972-52-7275845
Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) |
www.r-statistics.com (English)
----------------------------------------------------------------------------------------------
[[alternative HTML version deleted]]
2010 Nov 25
3
Is there an implementation for "URL Encoding" (/format) in R?
...translate a string to a "URL encoding"
(see here: http://www.w3schools.com/tags/ref_urlencode.asp)
Is it implemented? (I wasn't able to find any reference to it)
Thanks,
Tal
----------------Contact
Details:-------------------------------------------------------
Contact me: Tal.Galili@gmail.com | 972-52-7275845
Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) |
www.r-statistics.com (English)
----------------------------------------------------------------------------------------------
[[alternative HTML version deleted]]
2011 Apr 18
2
Windows 7, update.packages problem: "unable to move temporary installation"?
...e temporary installation 'C:\Program
Files\R\R-2.13.0\library\file6cae3bcf\MASS' to 'C:\Program
Files\R\R-2.13.0\library\MASS'
Any suggestions on how to fix this?
Thanks,
Tal
----------------Contact
Details:-------------------------------------------------------
Contact me: Tal.Galili@gmail.com | 972-52-7275845
Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) |
www.r-statistics.com (English)
----------------------------------------------------------------------------------------------
[[alternative HTML version deleted]]
2009 Feb 18
2
[package-car:Anova] extracting residuals from Anova for Type II/III Repeated Measures ?
...6.262 16 96.167 80 0.3256
0.992814
## gender:phase:hour 6.636 8 96.167 80 0.6900
0.699124
## treatment:gender:phase:hour 14.155 16 96.167 80 0.7359
0.749562
--
----------------------------------------------
My contact information:
Tal Galili
Phone number: 972-50-3373767
FaceBook: Tal Galili
My Blogs:
www.talgalili.com
www.biostatistics.co.il
[[alternative HTML version deleted]]
2010 Feb 23
5
export tables to Excel files
Dear R users,
I've just posted a similar question about Illustrator.
This time I would like to export the results of my statistic tables and
my dataframes into Excel files.
Up to now I've used write.csv(), but I have to resave every file in .xls
in Excel.
I would like to know if there is a function or package to export
directly into *.xls.
I have found xlsReadWrite which would be
2018 May 04
2
Debugging "SETLENGTH() cannot be applied to an ALTVEC object."?
...d.
(I debated if to post it here or on r-package-devel, and it seems a more
general R issue than package development issue - but feel free to correct
me about this if you think otherwise)
Cheers,
Tal
----------------Contact
Details:-------------------------------------------------------
Tal Galili, Ph.D. in Statistics
Tal.Galili at gmail.com
www.r-statistics.com (English)
www.biostatistics.co.il (Hebrew) | www.talgalili.com (Hebrew)
----------------------------------------------------------------------------------------------
[[alternative HTML version deleted]]
2010 Dec 10
1
New Installs, Same Trouble Loading doBy and coin Packages
...ired package: stats4? #This is odd. I cannot find any reference for
this package. AC
Error in length(sig) : could not find function ".extendsForS3"
Error: package 'stats4' could not be loaded
----- Forwarded Message ----
From: Adam Carr <adamlcarr at yahoo.com>
To: Tal Galili <tal.galili at gmail.com>
Cc: r-help at r-project.org
Sent: Thu, December 9, 2010 1:12:21 PM
Subject: Re: [R] Trouble Loading doBy and coin Packages
Hi Tal:
No I have not tried this. I will do it this evening and we'll see what happens.
Thanks for the suggestion.
Adam
____________...
2010 Jan 01
4
How to use read.table with Hebrew column names ?
Hello dear R help group,
I am trying to read a .txt file, with Hebrew column names, while keeping the
column names looking well in R - but without success.
I uploaded an example file to:
http://www.talgalili.com/files/aa.txt
And am trying the command:
read.table("http://www.talgalili.com/files/aa.txt", header = T, sep = "\t")
This returns me with:
X.....ª X...ª...... X...œ....
1 12 97 6
2 123 354 44
3 6 1 3
Inste...
2009 Jul 01
1
Are there any bloggers amoung us going to useR 2009 ?
...ould love to know your blogs URL so as to follow you.
I am planning on coming with a laptop and see what I'll be able to report
on: www.r-statistics.com (which is very empty for now)
See you there,
Tal
--
----------------------------------------------
My contact information:
Tal Galili
Phone number: 972-50-3373767
FaceBook: Tal Galili
My Blogs:
http://www.r-statistics.com/
http://www.talgalili.com
http://www.biostatistics.co.il
[[alternative HTML version deleted]]
2009 Aug 10
3
Bug in "seq" (or a "feature") ?
...nd why it does that)
Where as if I try:
seq(-0.1,.9, by = .05)[seq(-0.1,.9, by = .05) <= 0.4]
and get:
[1] -0.10 -0.05 0.00 0.05 0.10 0.15 0.20 0.25 0.30 0.35 0.40
Then 0.40 WILL be in the results.
Thanks,Tal
--
----------------------------------------------
My contact information:
Tal Galili
Phone number: 972-50-3373767
FaceBook: Tal Galili
My Blogs:
http://www.r-statistics.com/
http://www.talgalili.com
http://www.biostatistics.co.il
[[alternative HTML version deleted]]
2009 Mar 29
1
[cluster package question] What is the "sum of the dissimilarities" in the pam command ?
...ut) 90% of
observations has the minimum manhattan distance to the medoids that pam
predicted.
If this is the manhattan distance that is used, I will create some toy data
to see if I can reproduce this.
Thanks,
Tal
--
----------------------------------------------
My contact information:
Tal Galili
Phone number: 972-50-3373767
FaceBook: Tal Galili
My Blogs:
http://www.r-statistics.com/
http://www.talgalili.com
http://www.biostatistics.co.il
[[alternative HTML version deleted]]