search for: whichformat

Displaying 4 results from an estimated 4 matches for "whichformat".

2008 Aug 18
1
Converting monthly data to quarterly data
...not kept. I got: >tser<-as.ts(denise) Warning message: In data.matrix(data) : class information lost from one or more columns and column 2 has become a list of numbers rather than dates. I tried: > library(fCalendar) > den.tseries<-as.timeSeries(denise) Warning messages: 1: In .whichFormat(charvec, ...) : Could not determine time(date) format 2: In .whichFormat(charvec, ...) : Could not determine time(date) format > is.timeSeries(den.tseries) [1] TRUE > apply.quarterly(den.tseries,FUN="mean") data 1970-01-01 -2.425000000 1970-04-01 -0.557961111 1970...
2008 Aug 19
0
Converting monthly data to quarterly dataMonday, August 18, 2008 11:38 AM
...umns > > > > > > and column 2 has become a list of numbers rather than dates. > > > > > > I tried: > > > > > >> library(fCalendar) > > >> den.tseries<-as.timeSeries(denise) > > > Warning messages: > > > 1: In .whichFormat(charvec, ...) : Could not determine time(date) format > > > 2: In .whichFormat(charvec, ...) : Could not determine time(date) format > > >> is.timeSeries(den.tseries) > > > [1] TRUE > > >> apply.quarterly(den.tseries,FUN="mean") > > >...
2007 Aug 20
2
library(fCalendar) timeDate("12.03.2005",format="%d.%m.%Y")
Dear R users, I have problem with the library fCalendar. I am not using the US standard format notations. It seems like it is not possible to have different format than the US standards. Anyone how knows a way to go around this problem? Here is the code I enter: myDate = "12.03.2005" timeDate(myDate, format = "%d.%m.%Y") And I get following error message: Error in if
2010 Aug 20
7
which one give clear picture-pdf, jpg or tiff?
Hi, I need some opinion.  I would like to use graph that I generate from R code and save it into word document.  Which format is better? pdf, jpeg or tiff? Thank you. [[alternative HTML version deleted]]