0
votes
1answer
30 views
how do tell if its better to standardize your data matrix first when you do principal component analysis in R ?
Hi guys ,
Im trying to do principal component analysis in R . There is 2 ways of doing it , I believe.
One is doing principal component analysis right away the other way is st …
0
votes
5answers
64 views
Getting R to remember previous directory
I have to keep navigating to my directory when I go to File > Change dir..., which is particularly annoying.
Does anyone know how to make R remember the previously used directory? …
0
votes
1answer
32 views
Importing Functions into Current Namespace
Let's say I have an R source file comprised of some functions, doesn't matter what they are, e.g.,
fnx = function(x){(x - mean(x))/sd(x)}
I would like to be able to access them …
0
votes
1answer
38 views
Getting R to store the working directory for every session
I asked this on Super User, but someone suggested that I take it here because there are many more R experts.
The question:
I have to keep navigating to my directory when I go to …
0
votes
1answer
27 views
Eclipse 3.5 / Statet / R Console not working on Ubuntu linux
Hi,
I had Eclipse 3.4 working nicely with the R Console over rJava. I want to get Sweave working in Eclipse, but need Eclipse 3.5 / statet 0.8 to do it.
When I try to start the r …
2
votes
1answer
43 views
R: an NA in subsetting a data.frame does something stupid
I do find R to be a very frustrating language. It seems to excel on data-dependent bugs. Consider the following code. When you don't explicitly test for NA in your condition, that …
0
votes
1answer
48 views
Growing matrices in R from NULL
What is the problem with initializing a matrix object to NULL and then growing it with cbind() and rbind() ?
In case the number of rows and columns are not known a priori, is it no …
2
votes
4answers
187 views
How to use Outlier Tests in R Code
As part of my data analysis workflow, I want to test for outliers, and then do my furthur calculation with and without those outliers.
I've found the outlier package, which has …
1
vote
2answers
90 views
how to remove partial duplicates from a data frame?
I'm new to R and it looks like it is a good language to allow my colleagues to their job in a quick way, but I have to prepare the data for them and I want to do it "the R way".
t …
2
votes
3answers
51 views
R: access field values
Hi
I would like to know how I can access the individual fields contained in an R object. Or, more precisely, how to get R to tell me how.
For example, if I run the following code …
0
votes
0answers
42 views
R: Use VAR model to predict response to change in values of certain variables
Hi
I've fitted a VECM model in R, and converted in to a VAR representation. I would like to use this model to predict the future value of a response variable based on different sc …
0
votes
2answers
87 views
Help using predict() for kernlab’s SVM in R?
I am trying to use the kernlab R package to do Support Vector Machines (SVM). For my very simple example, I have two pieces of training data. A and B.
(A and B are of type matrix …
1
vote
2answers
78 views
Adding a line to ggplot
Hi all,
I am trying to add a line to a plot of points, and I can't figure it out. My y values are numbers from 0 to Inf, while my x values are from an ordered factor.
Here is th …
4
votes
3answers
176 views
REvolution for R
Hi all,
since the latest Ubuntu release (karmic koala), I noticed that the internal R package advertises on start-up the REvolution package.
It seems to be a library collection fo …
8
votes
7answers
431 views
What can Matlab do that R cannot do?
I often hear people complain how expensive Matlab licenses are. Then I wonder why they don't just use R. But is it right? Can you use R to replace Matlab?
