search for: datemin

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

2004 Mar 19
1
date conversions in pastecs
In function daystoyears in package pastecs, I get this (wrong?) result with 1995: > daystoyears(1,datemin="1/1/1997",dateformat="m/d/Y") 1997.001 > daystoyears(1,datemin="1/1/1995",dateformat="m/d/Y") 1994.999 Any insights? Thanks Angel
2007 Oct 10
3
(no subject)
...403-05-29" "4403-05-30" Another problem is in REGUL, I using the variables created in the extraction of the data but the regulation is not possible REGUL Ts.regul<-regul(A$date, y=A$my2, xmin=2006070100, n=800, units="hours", frequency=1, deltat=1/3600, datemin=NULL, dateformat="m/d/Y", tol=NULL, tol.type="both", methods="linear", rule=1, f=0, periodic=FALSE, window=(2006080316 - 2006070100)/(800 - 1), split=100, specs=NULL) I think if the question is resolved the function REGUL will work to. Can someon...
2004 Mar 22
1
another date conversion
Dear R People Here is an interesting problem: > library(pastecs) > a <- 1:100 > b <- daystoyears(a,datemin="1/1/2003",dateformat="m/d/Y") > b [1] 2002.999 2003.002 2003.005 2003.008 2003.010 2003.013 2003.016 2003.018 2003.021 2003.024 2003.027 2003.029 2003.032 [14] 2003.035 2003.038 2003.040 2003.043 2003.046 2003.049 2003.051 2003.054 2003.057 2003.060 2003.062 2003.065 2003...
2007 Oct 11
0
Help Problems formatting date and using Regul function
...403-05-29" "4403-05-30" Another problem is in REGUL, I using the variables created in the extraction of the data but the regulation is not possible REGUL Ts.regul<-regul(A$date, y=A$my2, xmin=2006070100, n=800, units="hours", frequency=1, deltat=1/3600, datemin=NULL, dateformat="m/d/Y", tol=NULL, tol.type="both", methods="linear", rule=1, f=0, periodic=FALSE, window=(2006080316 - 2006070100)/(800 - 1), split=100, specs=NULL) I think if the question is resolved the function REGUL will work to. Can som...