Dear R users, I am just starting with R and am currently needing a lot of help! Sorry if I disturb you and thank you for your answers!!! Here goes my question: How do I make R reconize my date columns as dates? When I "summary" my table, the levels of my date column are completely out of order. Thank you again for this tip, Marcia -- View this message in context: http://www.nabble.com/dates-tf4764010.html#a13625194 Sent from the R help mailing list archive at Nabble.com.
See: ?DateTimeClasses ?as.Date On 07/11/2007, marciarr <marcia.rocha@gmail.com> wrote:> > > Dear R users, > I am just starting with R and am currently needing a lot of help! Sorry > if > I disturb you and thank you for your answers!!! > Here goes my question: How do I make R reconize my date columns as dates? > When I "summary" my table, the levels of my date column are completely > out > of order. > Thank you again for this tip, > Marcia > -- > View this message in context: > http://www.nabble.com/dates-tf4764010.html#a13625194 > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >-- Henrique Dallazuanna Curitiba-Paraná-Brasil 25° 25' 40" S 49° 16' 22" O [[alternative HTML version deleted]]
http://finzi.psych.upenn.edu/R/library/base/html/format.Date.html might help as a start. --- marciarr <marcia.rocha at gmail.com> wrote:> > Dear R users, > I am just starting with R and am currently needing > a lot of help! Sorry if > I disturb you and thank you for your answers!!! > Here goes my question: How do I make R reconize my > date columns as dates? > When I "summary" my table, the levels of my date > column are completely out > of order. > Thank you again for this tip, > Marcia > -- > View this message in context: > http://www.nabble.com/dates-tf4764010.html#a13625194 > Sent from the R help mailing list archive at > Nabble.com. > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, > reproducible code. >