Displaying 2 results from an estimated 2 matches for "mstd".
Did you mean:
mst
2008 Apr 23
1
Time arithmetic
...endar
system in R?
I have written a function to add months to a date and return the number of
days resulting. I am newish to R so I am hoping there is a package that
can do this sort of date arithmetic for me...
Worik
DaysInMonths <- function(s,d){
## Days in d months from s
sdate <- MSTD(s)
## Get day, month and the year
sd <- as.double(days(sdate))
sm <- as.double(months(sdate))
sy <- as.double.difftime(years(sdate))
sm <- sm+d
while(sm > 12){
sm <- sm-12
sy <- sy+1
}
sdate2 <- MSTD(paste(sd,sm,sy,sep="/"))
return(as.do...
2012 Jul 03
0
Wine release 1.5.8
...at D@2@@std@@QAE at H@Z)
30524 Weather bug fails to detect vbscript (Property flag 1 not implemented)
30551 SDET CMDCenter page faults
30592 Give kernel32.GetDiskFreeSpaceW a trace message to better diagnose free disk space overflow problems with Win9X era apps/games
30654 msvcp70.dll.??Mstd@@YA_NABV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@0 at 0@Z is needed by Silent Hill 2 (purist)
30845 Windows 7 SDK installer fails before putting up GUI
30890 World of Goo crashes on startup: msvcp80.dll.??0?$basic_fstream at DU?$char_traits at D@std@@@std@@QAE at PBDHH...