The r tag has no wiki summary.
10
votes
1answer
84 views
Markdown, R code and dollar sign?
Here is a dummy piece of R code.
pca <- prcomp(matrix(rnorm(10*10), ncol=10))
pca$x
pca$rotation
The third line appears indented, whereas it is not in the ...
4
votes
1answer
89 views
Add tags for sequencing, sequence analysis or TraMineR?
I'm currently starting an online course for social sequence analysis using the R package TraMineR. We plan to use stats.stackexchange.com to support the course and the evolving social sequence ...
14
votes
5answers
365 views
How to ask question related to the use of R?
Given the place of the R software in applied statistics, we expect that
questions related to this statistical package will regularly come on this
site, as has been done in the past. As a follow-up on ...
16
votes
3answers
257 views
Please do not migrate low quality questions
Greetings from your friendly neighbors who frequent the r tag over at StackOverflow!
We are all familiar with the fact that questions involving R will often straddle the two sites, and so a certain ...
1
vote
1answer
179 views
I'm interested in doing some exercises from some books I have, anyone interested in joining?
I'd like to get better at statistics. Part of the struggle is figuring out what is important to know and spend time on learning.
That said, I have some light experience with Time Series, and would ...
1
vote
0answers
80 views
I've answered with R code. Shall I add the r tag to the question? [duplicate]
Possible Duplicate:
Syntax highlighting with r tag
I've answered a question and included an example with R code. Shall I add the r tag to the question?
5
votes
1answer
90 views
Is a question about configuring R to use a proxy server off-topic?
I'm trying to figure out how to configure R's proxy settings so I can download and install some packages. I know that stuff specific to R has been in the gray area for on-topic-ness in the past (and ...
10
votes
2answers
148 views
Could 'r' tag be displayed as a capital 'R'?
Is there any chance of making the 'r' tage display as 'R'? I think it would make its meaning clearer. Must confuse newbies.
3
votes
2answers
184 views
Vote on policy for R questions
The thread Policy on R questions: Stackoverflow vs Stats Analysis suggests that we have some difference of opinions as to how to approach this issue. To get to some sort of resolution I propose that ...
8
votes
5answers
232 views
Policy on R questions: Stackoverflow Vs Stats Analysis
If you see the comments to the question on MLE for Naive Bayes in R you will notice that there is confusion about whether R questions should go to Stackoverflow or Stats Analysis. I am of the opinion ...
4
votes
4answers
190 views
print(“Hello, world!\n”)
I just want to react to a recent question that was asked about the R rank function:
http://stats.stackexchange.com/q/3321/930
To my opinion, this is clearly ...
18
votes
1answer
377 views
R StackExchange package
Based on a conversation that started in the chat room (and some analysis that Colin did on voting patterns), I have posted the shell of an R StackExchange package here: ...
13
votes
6answers
351 views
Should we allow more computing questions
I've been thinking about whether this site should incorporate more computing questions. I think the current position of this site can be summarised by this question (which I asked!).
Why change
I ...
17
votes
6answers
329 views
How to answer R questions
It's inevitable that we will get lots R questions in this stack exchange. Should we:
Bounce them all to SO
Answer all questions, even when it's clearly programming and not statistics.
Answer the ...