Displaying 20 results from an estimated 181 matches for "chronologically".
2005 Apr 16
2
"chronological" ordering of factor in lm() and plot()
...#39;t do anything.
If I re-assign levels() in the way that I want, that just renames the the
levels of the factor but does not reorder it internally.
I've looked at chron(), but that seems to entail using a numeric vector
instead of a character vector.
How can I get it to "properly" (chronologically) order the factor. (In some
ways I'm thinking that all I can do is:
days<- c("a.mon","b.tues","c.wed"...etc)
Thanks for all that you can do
Eric Jennings
matheric at u.washington.edu
matheric at myuw.net
2004 Jun 23
0
chronological clustering
Does anybody know of any R functions to perform chronological clustering
as explained in:
Legendre, P., S. Dallot & L. Legendre. 1985. Succession of species
within a community: chronological clustering, with applications to
marine and freshwater zooplankton. American Naturalist 125: 257-288.
http://www.fas.umontreal.ca/BIOL/legendre/reprints/succession_of_species.pdf
Thanks,
Angel
2011 Jan 28
4
Months in alphabetical order rather than chronological order in graph
Greetings
Though I have months in chronological order in my data table, the data
were sampled every other month (i.e., February, April, June, August,
October, December), every time I try to plot them (on the x-axis) they are
plotted in alphabetical order. What am I missing?
Cheers
Kurt
***************************************************************
Kurt Lewis Helf, Ph.D.
Ecologist
EEO
2007 Oct 16
1
Chronological data manipulation question
Hi all,
I currently work on a survey which contains biographical data stored
in a chronological way, ie something like :
id year variable
001 2000 0
001 2001 0
001 2002 1
001 2003 0
002 1996 0
002 1997 0
002 1998 1
002 1999 0
002 2000 0
where id is a person identifier, year the year of observation and
variable the
2012 Nov 20
2
Ordering List Items Chronologically
Dear colleagues,
Is there a way to order list items by date? I have a series of surveys in a list where the name of each list item is the date the survey was taken but the list items are out of order. Each data frame has a variable in it with the survey date as well, if that helps.
Yours, Simon Kiss
#Sample Data
mylist<-list('1991-01-01'=data.frame(a=rep(5,5),
2007 Apr 18
0
chronological quietness
An HTML attachment was scrubbed...
URL: http://lists.linux-foundation.org/pipermail/virtualization/attachments/20070318/2db0e160/attachment.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: backward.gif
Type: image/gif
Size: 29201 bytes
Desc: not available
Url :
2007 Mar 08
1
chronological scatterplots
Greets Folks,
I've been wrestling with how to better control plotting of time data and
just can't seem to see the right path. My dataset has thousands of points
distributes across a number of years. I would like to plot the responses
according to increasing time with nice boundaries - perhaps integer months
- along the abscissa. However, the earliest time occurs mid-month and I
2007 Apr 18
0
chronological quietness
An HTML attachment was scrubbed...
URL: http://lists.linux-foundation.org/pipermail/virtualization/attachments/20070318/2db0e160/attachment.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: backward.gif
Type: image/gif
Size: 29201 bytes
Desc: not available
Url :
2015 Jul 23
2
rsyslog.conf
On Thu, July 23, 2015 10:45 am, Johnny Hughes wrote:
> On 07/23/2015 09:34 AM, Valeri Galtsev wrote:
>>
>> On Thu, July 23, 2015 8:43 am, Windsor Dave (AdP/TEF7) wrote:
>>>> -----Original Message-----
> <snip>
>>>>> Sorry for the top post, Outlook defaults strike again.....
>>>>
>>>> Outlook forces you to write above ? :-)
2015 Jul 23
3
rsyslog.conf
On Thu, July 23, 2015 8:43 am, Windsor Dave (AdP/TEF7) wrote:
>>-----Original Message-----
>>From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On
>> Behalf Of Leon Fauster
>>Sent: Wednesday, July 22, 2015 6:20 PM
>>To: CentOS mailing list
>>Subject: Re: [CentOS] rsyslog.conf
>>
>>Am 22.07.2015 um 17:41 schrieb Windsor Dave
2009 Oct 07
1
Formatting outputs:(chronological object)
Hello everyone,
I have a data generated in a way similar to the following
library(chron);library(zoo)
date<- seq(as.Date("1990-01-01"),, as.Date("2000-12-31"), by = 1)
obs<- zoo(rnorm(length(date), mean = 10, sd = 2.5), order.by = date)
monthly<- function(date) as.Date(as.yearmon(Date))
result<- data.frame ( Date = obs = aggregate(obs, monthly, sum))
Now,
I want
2006 Jun 02
1
Sorting records from acts_as_taggable plugin
I am using the acts_as_taggable plugin, which works rather nicely by the
way. My question is this: When using find_tagged_with, how do I sort the
resultant data? It is currently sorting based on the "id" of the record.
For instance, I have posts, with tags. If I want to find all posts
tagged with "RubyOnRails" it displays them, but not in chronological
order, they are
2004 Apr 21
1
(no subject)
Dear R-Help
Does "The R Package for Multivariate and Spatial Analysis Version 4.0
(Casgrain
and Legendre, 2001)" exist on CRAN and under what name? It supposedly has a
chronological clustering program ,CHRONO, that I would like to use.
Alternatively, I would ask if there is a R based program that performs
chronological clustering?
Thanks
Alex
Alex Hanke
Department of Fisheries and
2008 Jul 10
3
specifying data
Hello,
I have to merge several serie by "date". I used:
cb<-merge(cbds,cbbond,by=c("date"),all=T).
I have the daily and the high frequency data.
Unfortunately, the programm did not sort by "sort"
my data in a chronological manner.
Is there any possibility to do this in R?.
Thanks in advance,
Silke
2004 May 12
1
convert.times in chron, error when 59 < seconds < 60 (PR#6878)
Full_Name: Dennis Wolf
Version: 1.9.0
OS: Mac OS 10.3.3
Submission from: (NULL) (160.91.76.23)
platform powerpc-apple-darwin6.8
arch powerpc
os darwin6.8
system powerpc, darwin6.8
status
major 1
minor 9.0
year 2004
month 04
day
2006 Jun 23
2
problem with hist() for 'times' objects from 'chron' package
Hello dear useRs and wizaRds,
I encountered the following problem using the hist() method for the
'times' classes
from package 'chron'. You should be able to recreate it using the code:
library(chron)
# pasted from chron help file (?chron)
dts <- dates(c("02/27/92", "02/27/92", "01/14/92", "02/28/92",
"02/01/92"))
class(dts)
2002 May 07
2
problem with package binaries
> version
_
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
major 1
minor 5.0
year 2002
month 04
day 29
language R
OS Win98
I have problems to install some of the packages dowloaded from CRAN
(whatever the
2015 Jul 23
2
rsyslog.conf
Leon Fauster wrote:
> Am 23.07.2015 um 18:06 schrieb "Valeri Galtsev"
> <galtsev at kicp.uchicago.edu>:
>>
>> On Thu, July 23, 2015 10:45 am, Johnny Hughes wrote:
>>>
>>> The main reason actually is chronological order. But not just for the
>>> reply .. but for IN-LINE posting.
>>>
>>> In a discussion where you need to
2011 Jul 22
4
[LLVMdev] git
Andrew Trick <atrick at apple.com> writes:
> SVN revision numbers are central to my workflow. I use them to tag
> results generated against various builds. I like those results sorted
> by time and the chronology should be obvious,
This means in the presence of branches, you want the ordering to be
[branch A] build 1
[branch B] build 2
[branch A] build 3
[branch C] build 4
?
It
2004 Feb 02
3
sorting by date
...sort(date), mean)
However, when I try sort(date) it sorts based on the first two entries in
the date field:
9/1/2001 9/1/2002 9/1/2003 9/2/2001 ...
5.6 7.5 6.4 7.0 ...
Instead of:
9/1/2001 9/2/2001 9/3/2001 9/4/2001 ...
5.6 6.1 7.2 6.8 ...
I would greatly appreciate any help in sorting chronologically. Do I need
to create separate columns for month, day, and year, and then use order()
and then stipulate the hierarchy for which to sort the output? Or, is
there some other more efficient way?
Thanks,
Jeff