Re: [R] How to plot density distribution based on mean values and quantiles in R?

2016-07-18 Thread Jim Lemon
Hi Daniel, Judging by the numbers you mention, the distribution is either very skewed or not at all normal. If you look at this: plot(c(0,0.012,0.015,0.057,0.07),c(0,0.05,0.4,0.05,0),type="b") you will see the general shape of whatever distribution produced these summary statistics. Did the paper

[R] How to plot density distribution based on mean values and quantiles in R?

2016-07-18 Thread gcchenleidenuniv
Hi all, I need to draw density curves based on some published data. But in the article only mean value (0.015 ) and quantiles (Q0.15=0.012 , Q0.85=0.057) were given. So I was thinking if it is possible to plot density curves solely based on the mean value and quantiles. The dnorm(x, mean, sd, l

[R] Anova() type iii SS plots and diagnostics

2016-07-18 Thread Pamela Wong
I am wondering if there is a way to plot results and model diagnostics (to check for outliers, homoscedasticity, normality, collinearity) using type III sums of squares in R __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://st

Re: [R] barplot colour problem

2016-07-18 Thread Abdoulaye Sarr
Thank you Marc, The typo was causing the problem, solved now. Regards, Fipou On Mon, Jul 18, 2016 at 8:38 PM, Marc Schwartz wrote: > > > On Jul 18, 2016, at 1:06 PM, Abdoulaye Sarr > wrote: > > > > I am doing a basic bar plot which works but the color of bars positive > > (green) and negative

Re: [R] [FORGED] Re: R code, heat wave statistics

2016-07-18 Thread Rolf Turner
On 19/07/16 04:58, Christopher W Ryan wrote: I think much depends on how you define heat wave. --Chris Ryan Broome County Health Department Binghamton, NY USA Check out: @Article{Wong:2015:ASA, author = {T. S. T. Wong}, title ={Statistical Analysis of Heat Waves in

Re: [R] [FORGED] intersection of two polygons which are not shapefiles

2016-07-18 Thread Rolf Turner
On 19/07/16 01:16, Adrienne Wootten wrote: All, Greetings! I hope things are going well for all! I apologize if someone's already answered this and I'm just not finding it. Here's what I'd like to do, but I'm hitting a brick wall with it. I have two sets of points for which I've already deter

Re: [R] barplot colour problem

2016-07-18 Thread Marc Schwartz
> On Jul 18, 2016, at 1:06 PM, Abdoulaye Sarr wrote: > > I am doing a basic bar plot which works but the color of bars positive > (green) and negative (brown) don’t show up from the below command: > > barplot(z, ylim=c(-2,2), col=ifelse(x>0,"brown","green »)) > > any help? or other methods? >

[R] barplot colour problem

2016-07-18 Thread Abdoulaye Sarr
I am doing a basic bar plot which works but the color of bars positive (green) and negative (brown) don’t show up from the below command: barplot(z, ylim=c(-2,2), col=ifelse(x>0,"brown","green »)) any help? or other methods? fipou [[alternative HTML version deleted]] __

Re: [R] means by year, month and day

2016-07-18 Thread Tom Mosca
Dear William, The line of code you composed works perfectly, as you knew it would. Thank you for your kind response. I will now endeavor to forget that other function exists. Sincerely, Tom From: William Dunlap [wdun...@tibco.com] Sent: Monday, July 18, 2

Re: [R] Install R version 3.3 on Debian server

2016-07-18 Thread Martin Maechler
> Mbr Mbr > on Mon, 18 Jul 2016 11:45:00 +0200 writes: > Hello, > I'm currently in a internship and I'm working on a Debian server. > However, I have some errors in my scripts and I think it's because of the > version of R installed on the server (works well on my PC w

Re: [R] R code, heat wave statistics

2016-07-18 Thread Christopher W Ryan
I think much depends on how you define heat wave. --Chris Ryan Broome County Health Department Binghamton, NY USA On Mon, Jul 18, 2016 at 6:16 AM, Damjan / wrote: > Dar all, > > I have a txt file with 4 column data about daily maximum temperature for > some years. > > I need to find the number o

Re: [R] means by year, month and day

2016-07-18 Thread William Dunlap via R-help
If you are very inexperienced with R you still have time to forget you ever heard of the attach function. Your code > attach(datATMP) > datATMP1 <- datATMP[order(MM),] > detach(datATMP) can be replaced by > datATMP1 <- datATMP[order(datATMP[["MM"]]),] Bill Dunlap TIBCO Software w

Re: [R] means by year, month and day

2016-07-18 Thread Tom Mosca
Dear Jim, I'm very inexperienced with R. I'm sorry I failed to recognize the flaw in my example. I just clipped the first few lines of data, and should have realized that they were for the first few hours of a single day. My first problem was to take the means by day. As all the data c

[R] color problem barplot

2016-07-18 Thread Abdoulaye SARR
I am doing a basic bar plot which works but the color of bars positive (green) and negative (brown) don’t show up from the below command: barplot(z, ylim=c(-2,2), col=ifelse(x>0,"brown","green »)) any help? or other methods? asarr __ R-help@r-project.

[R] R code, heat wave statistics

2016-07-18 Thread Damjan /
Dar all, I have a txt file with 4 column data about daily maximum temperature for some years. I need to find the number of heat waves and : Average (+ standard deviation) and maximum duration of the heatwave, · The number of heat waves, · The number of days in the summer heat wave . txt file is

[R] Install R version 3.3 on Debian server

2016-07-18 Thread Mbr Mbr
Hello, I'm currently in a internship and I'm working on a Debian server. However, I have some errors in my scripts and I think it's because of the version of R installed on the server (works well on my PC with the latest version of R on Windows aka 3.3.1). Here are the details from sessionInfo()

Re: [R] intersection of two polygons which are not shapefiles

2016-07-18 Thread S Ellison
> I have two sets of points for which I've already determined which ones points > for the boundaries with the chull function. What I need for what I'm doing is > the coordinates where the two resulting polygons overlap. There's a relevant answer on mathoverflow that might help if you're thinking

Re: [R] findAssocs in TM package in R help?

2016-07-18 Thread Duncan Murdoch
On 18/07/2016 10:17 AM, Shivi Bhatia wrote: Hi Duncan, This is no homework, i am asking for a package a solution or other measures to achieve this. I am not asking for a homework or to have some one else do the work for me. Sorry, "text mining assignment" sounded like homework to me. But some

Re: [R] I can't see my questions and their answers in this mailing list !

2016-07-18 Thread S Ellison
> I got an idea. In the mailing list membership configuration, there is an > option > called " Receive your own posts to the list?". Yours might be turned off. (At least) one other issue might be intruding: I found recently that our chosen email filter had been instructed to use indiscriminate s

[R] intersection of two polygons which are not shapefiles

2016-07-18 Thread Adrienne Wootten
All, Greetings! I hope things are going well for all! I apologize if someone's already answered this and I'm just not finding it. Here's what I'd like to do, but I'm hitting a brick wall with it. I have two sets of points for which I've already determined which ones points for the boundaries wi

Re: [R] I can't see my questions and their answers in this mailing list !

2016-07-18 Thread Ivan Calandra
Jean, I got an idea. In the mailing list membership configuration, there is an option called " Receive your own posts to the list?". Yours might be turned off. Follow this link to edit your subscription (at the end of each e-mail): https://stat.ethz.ch/mailman/listinfo/r-help HTH, Ivan --

Re: [R] I can't see my questions and their answers in this mailing list !

2016-07-18 Thread MAURICE Jean - externe
Hi Ivan : I can see your answer on the list (but not my question!). The thing I have done this time is to send my question to both @ r-help@r-project.org and r-help-boun...@r-project.org I don't think my previous questions were moderated : they were strictly about R problems. Thank Ivan Jean in

Re: [R] I can't see my questions and their answers in this mailing list !

2016-07-18 Thread Ivan Calandra
Hi Jean, This question made it to the list at last. My answer probably (hopefully) will. But I cannot tell you why your previous attempts did not work. Have your questions been moderated...? Ivan -- Ivan Calandra, PhD Scientific Mediator University of Reims Champagne-Ardenne GEGENAA - EA 379

[R] GREA - installation problems

2016-07-18 Thread Manderscheid Katharina
i came across the GREA add-in for RStudio on R-bloggers: http://feedproxy.google.com/~r/RBloggers/~3/dU-3B7fQJ2c/?utm_source=feedburner&utm_medium=email https://github.com/Stan125/GREA and wanted to try it straight away - yet I failed already with the installation. after typing in > devtools::inst

[R] I can't see my questions and their answers in this mailing list !

2016-07-18 Thread MAURICE Jean - externe
HI, I tried, for some months, to ask questions on this list. I think that my questions are 'sent somewhere' because I received answers for them in private but not via the list and I don't see neither my questions neither your answers on the list.. What am I doing wrong ? Jean in France Ce m