Displaying 7 results from an estimated 7 matches for "mbx03".
2010 Dec 19
3
monthly median in a daily dataset
Hello,
I have a multi-year dataset (see below) with date, a data value and a flag
for the data value. I want to find the monthly median for each month in this
dataset and then plot it. If anyone has suggestions they would be greatly
apperciated. It should be noted that there are some dates with no values and
they should be removed.
Thanks
Emily
> print ( str(data$flow$daily) )
2012 Jan 18
4
R-Help
I am trying to create a frequency distribution and I am a bit confused.
Here are the commands I have entered:
> data <- read.csv(file="40609_sortedfinal.csv",head=TRUE,sep=",")
> NumberOfActionsByStatus = data$STATUS
> NumberOfActionsByUser = data$ETS_LOGIN
> NumberOfBidOffer = data$BID_OFFER
> NumberOfActionsByUser.freq = table(NumberOfActionsByUser)
>
2011 Jan 17
2
How to still processing despite bug errors?
...gt;
> Message: 3
> Date: Sun, 16 Jan 2011 22:48:46 +1100
> From: <Bill.Venables@csiro.au>
> To: <rstrothe@gmail.com>, <r-help@r-project.org>
> Subject: Re: [R] data prep question
> Message-ID:
> <
> 1BDAE2969943D540934EE8B4EF68F95FB27A48C274@EXNSW-MBX03.nexus.csiro.au>
>
> Content-Type: text/plain; charset="us-ascii"
>
> Here is one way
>
> Here is one way:
>
> > con <- textConnection("
> + ID TIME OBS
> + 001 2200 23
> + 001 2400 11
> + 001...
2007 Nov 23
0
R users in Cyprus
...------------------------------
Message: 9
Date: Wed, 21 Nov 2007 20:18:21 +0800
From: "Qiu Anqi" <bieqa at nus.edu.sg>
Subject: [R] question about multiple comparison in ANOVA
To: <r-help at stat.math.ethz.ch>
Message-ID:
<929F1767385B5847B3D584E35576A1B90355EEEB at MBX03.stf.nus.edu.sg>
Content-Type: text/plain
I am not sure whether there is a bug. When I tested the example given
for "glht" in the help, I entered the following error:
Running commands:
amod <- aov(minutes ~ blanket, data = recovery)
rht <- glht(amod, linfct = mcp(blanket = &q...
2009 Apr 01
0
回复: R-help Digest, Vol 73, Issue 32
...------------------------------
Message: 93
Date: Tue, 31 Mar 2009 18:28:46 +1100
From: <Bill.Venables@csiro.au>
Subject: Re: [R] Convert Character to Date
To: <quagmire54321@yahoo.com>, <r-help@r-project.org>
Message-ID:
<1BDAE2969943D540934EE8B4EF68F95FB22F48CDF7@EXNSW-MBX03.nexus.csiro.au>
Content-Type: text/plain; charset="us-ascii"
If you want the vector to be a Date you need to specify a date at least down to the day. Otherwise the date is not well defined and becomes <NA> as you noted.
Perhaps the easiest thing is to give it a particular...
2010 Oct 15
0
nomianl response model
...ssage: 120
Date: Thu, 14 Oct 2010 11:44:15 +1100
From: <Bill.Venables at csiro.au>
To: <dwinsemius at comcast.net>, <antonioparedes14 at gmail.com>
Cc: r-help at r-project.org
Subject: Re: [R] Poisson Regression
Message-ID:
<1BDAE2969943D540934EE8B4EF68F95FB27A44F5E5 at EXNSW-MBX03.nexus.csiro.au>
Content-Type: text/plain; charset="us-ascii"
One possible way to treat parameters as "nuisance parameters" is to model
them as random. This gives allows them to have a reduced parametric load.
There are many packages with funcitons to fit glmms. One yo...
2010 Nov 24
0
4. Rexcel (Luis Felipe Parra)-how to run a code from excel
...------------------------
Message: 116
Date: Tue, 23 Nov 2010 11:52:29 +1100
From: <Bill.Venables at csiro.au>
To: <rudnick at igb-berlin.de>, <r-help at r-project.org>
Subject: Re: [R] Gap between graph and axis
Message-ID:
<1BDAE2969943D540934EE8B4EF68F95FB27A44FC0D at EXNSW-MBX03.nexus.csiro.
au>
Content-Type: text/plain; charset="us-ascii"
perhaps you need something like this.
par(yaxs = "i")
plot(runif(10), type = "h", ylim = c(0, 1.1))
-----Original Message-----
From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-proj...