Displaying 20 results from an estimated 5000 matches similar to: "alternative to built-in data editor"
2009 May 27
1
a simple trick to get autoclose parenthesis on windows
Hi,
This is a simple trick to get autoclose parenthesis on windows.
If you like how StatET autocloses parens, but like to use the lighter
Vanilla R, you can use autohotkey (http://autohotkey.net) to provide
this functionality.
Simply put the below code in a text file, rename extension as .ahk and
doubleclick on it to execute.
------------------ code starts here 8< ------------------
;
2009 May 08
2
Vim R plugin-2
Dear R users,
People who uses vim in Linux/Unix may be interested in checking the
plugin for R that I'm developing:
http://www.vim.org/scripts/script.php?script_id=2628
The plugin includes omni completion for R objects, code indentation
and communication with R running in a terminal emulator (xterm or
gnome-terminal). This last feature was already present in Johannes
Ranke's plugin.
2009 Jun 07
2
Scrolling behavior in View()
Hi,
I've realized that the scrolling behavior in View() is unlike most other
applications. It seems that the minimum scroll size is very large for
large objects( i.e., a vector of 1M integers), and it might be that this
scroll is proportional to the size of the object.
Try this:
a = 1:1000000
View(a)
Click once on the scroll arrow down. It will move to item 1001.
It could be that the scroll
2009 Apr 30
1
How do I set the working directory when using ESS and R under windows?
Hi,
While I'm a devoted vim user, I'm testing ESS :)
How do I set the working directory when using ESS and R under windows?
When I try to launch R, it asks for a directory. In windows, it simply
doesn't let you pick a directory on the 'open' dialog.
It may be a problem with windows server 2008 64 bit, though, as it seems
really basic. Thanks.
Best,
-Jose
--
Jose Quesada,
2009 May 08
1
Rmysql linking to an old-ish mysql build
Hi,
I'm trying to get Rmysql to work o windows server 2008 64-bit.
I have the latest build of mysql installed (mysql-5.1.34-winx64).
When trying to load Rmysql, I got a warning that Rmysql is linking to an
old-ish mysql build (5.0.67).
I could do some basic stuff (the connection works) but it breaks when
trying to read a large table.
So I set up to use the buld 5.0.67 that Rmysql likes.
10
2009 Mar 16
2
R-code in html help pages: syntax highlighting
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
A follow up to my previous post. It'd be good to have syntax
highlighting in the html help pages. There is highlight
(http://www.andre-simon.de/) which seems to be open source. Since code
is delimited in the help file format, it should not be too difficult
to run a highlighting program (actually, vim and emacs do this too)
recursively and
2009 Oct 24
1
operations on sparse matrices, and dense intermediary steps
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I'm doing some basic operations on large sparse matrices, for example
getting a row.
it takes close to 30 seconds on a 3Ghz machine, and shots the memory
usage up to the sky.
I suspect there are dense intermediary steps (which, if true would
defeat the purpose of trying to use sparse representaitons).
As much as I try understanding the
2009 Jul 06
0
Student research assistant, Part-time, Max Planck Institute, Berlin (Germany)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The Center for Adaptive Behavior and cognition (ABC) at Max Planck
Institute, Berlin (Germany) is looking for Student research assistants.
We work on a mixed environment of R and Java. Skills on both would be a
plus, but some R knowledge (or willingness to learn) should suffice.
Requirements:
You must be enrolled in a German University.
You must have
2009 Oct 22
0
dgTMatrix --- [, , drop=F] strange behavior, Matrix 0.999375-20
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I have something strange here...
I want to subset a large sparse matrix, with the subset being still in
sparse form. Easily achievable with mm[i,,drop=F] , right? Well, it
doesn't work on the matrix I'm working on.
This is a very large wikipedia Matrix (now I can play with it as I just
got 16Gb of memory):
> mm at Dim
[1] 793251
2009 Dec 01
0
R with atlas in ubuntu karmic 64
Hi,
I'm trying to install R with atlas in ubuntu karmic 64. I do a lot of
matrix operations so I need performance.
Doing
grep sse2 /proc/cpuinfo
tells me tha my CPU supports SSE2.
But I don't see libatlas3gf-sse2 in the package repositories.
Also, there seem to be some gotchas on how to install atlas, even the
vanilla one, as described here:
2009 Mar 10
1
using chm help files under linux
Hi,
Chm (compiled help) is a microsoft invention. It's the default help
system under windows, but not so under linux.
I found that (at times) I like better how chm help looks.
Since there are chm viewers under linux, using chm help files should
be possible.
Has anybody tried to set R so it opens chm by default? I'm sure
there's some flag or Rprofile var that could get this done.
2009 Mar 06
1
R and vim (gvim) on ubuntu
Dear all -
I do fret this to be a revealing beginner question - fortunately, this
mailing list have been good to me in the paste .-)
I am looking for a good R editor/environment in ubuntu. To that end, I have
decided to dive into gvim as the modality offered here seems to make sense
for editing.
I want to use Johannes Ranke's vim r-plugin, but I can't make it work.
I have the plugin
2009 Jan 31
1
Test Driven Development in R
Hi,
I wonder what kind of interest there is on Test Driven Development (TDD) in R.
Test Driven Development consists of writing the test before the function, and
iteratively build the function until it passes the test.
Python and Ruby (specially Ruby) have very strong test-oriented cultures. In
fact, in Ruby at least the custom is to do TDD and lately Behavior-driven
development (BDD). In BDD,
2009 Mar 14
0
Comparison of data analysis packages: R, Matlab, SciPy, Excel, SAS, SPSS, Stata - Brendan O'Connor's Blog
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi All,
I found an interesting thread discussing R and other packages here:
http://anyall.org/blog/2009/02/comparison-of-data-analysis-packages-r-matlab-scipy-excel-sas-spss-stata/
Plenty of well-reasoned comments.
I thought it may be informative for people on this list.
Best,
- -Jose
- --
Jose Quesada, PhD.
Max Planck Institute,
Center for
2009 Mar 16
0
dpaste, pastebin etc. Syntax highlighting for R?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi All,
There are many sites to get bite-sized chuncks of code.
The nice thing is that they use syntax highlighting.
Examples:
http://dpaste.com/
http://pastie.org/
http://pastebin.com/
Twitter with a link to a syntax highlighting site would do wonders.
There are plugins for most (good) editors to post directly to the site
from the editor.
2009 Oct 06
3
R on Linux, and R on Windows , any difference in maturity+stability?
Will R have more glitches on one operating system as opposed to
another, or is it pretty much the same?
robert
2012 Jun 06
1
Data scientist // Berlin-based startup using probabilistic models in ecommerce
*Fluidshopping is a Berlin-based startup working on a customer analytics
tool for online retailers.
Customer Lifefitime Value (CLV) is the mythical 'magic number', the amount
of money a particular customer will ever bring in. Knowing your CLV makes
it trivial to:
- optimize marketing spend for different inbound channels.
- identify your highest value customers,
- identify those in danger
2007 Jul 16
1
R equivalent to Matlab's Bayes net toolbox
Hi,
I'm attending summer School at UCLA (IPAM) on "probabilistics models of
cognition". I have been an R-user since v. 1.4.1, but was trained in the
frequentist tradition (as most psychologists!). I found that all faculty
here use matlab and Murphy's bayes net toolbox. I have not had the need to
use matlab before, and would love to stick to R for graphics models and
2001 Jan 09
2
PAM clustering (using triangular matrix)
Hi,
I'm trying to use a similarity matrix (triangular) as input for pam() or
fanny() clustering algorithms.
The problem is that this algorithms can only accept a dissimilarity
matrix, normally generated by daisy().
However, daisy only accept 'data matrix or dataframe. Dissimilarities
will be computed between the rows of x'.
Is there any way to say to that your data are already a
2006 Apr 27
3
gmane?
Hi All,
I recently found gmane
http://gmane.org/
It's a system to covert mail to news and back, with the nice property of
keeping
a searchable archive... Very convenient if you are subscribed to many lists
and
don't want to have your mail box cluttered. I use it to read several mailing
lists already, but R is not available there.
I wonder if the admins know about gmane and if they