search for: try_i

Displaying 2 results from an estimated 2 matches for "try_i".

Did you mean: try_
2006 Dec 20
1
R Version Problem in using write.foreign+SAS
...e.foreign command (SAS). I have a data frame called d. >d Datetime 2006-12-01 00:00:00 2006-12-01 00:10:00 2006-12-01 00:20:00 2006-12-01 00:30:00 2006-12-01 00:40:00 >class(d$Datetime) [1] "POSIXt" "POSIXct" Then I tried with, write.foreign(d,"Z:\\try_i.sas7bdat"," Z:\\try_i.sas ",package="SAS",dataname="g") If I use R 2.4.0 version I get the below text file generated. "01Dec2006 00:00:00" "01Dec2006 00:10:00" "01Dec2006 00:20:00" "01Dec2006 00:30:00" "01Dec2...
2006 Dec 20
1
FW: R Version Problem in using write.foreign+SAS
...oreign command (SAS). I have a data frame called d. >d Datetime 2006-12-01 00:00:00 2006-12-01 00:10:00 2006-12-01 00:20:00 2006-12-01 00:30:00 2006-12-01 00:40:00 >class(d$Datetime) [1] "POSIXt" "POSIXct" Then I tried with, write.foreign(d,"Z:\\try_i.sas7bdat"," Z:\\try_i.sas ",package="SAS",dataname="g") If I use R 2.4.0 version I get the below text file generated. "01Dec2006 00:00:00" "01Dec2006 00:10:00" "01Dec2006 00:20:00" "01Dec2006 00:30:00" "01De...