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
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
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
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
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
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
> 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?
>
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]]
__
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
> 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
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
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
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
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.
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
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()
> 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
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
> 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
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
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
--
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
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
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
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
25 matches
Mail list logo