Displaying 6 results from an estimated 6 matches for "marineband2007".
2017 Oct 13
1
Quotation marks hinder for loop
...(paste("V", i, sep=""))[,-1])
+ }
Error in unclass(x)[...] : incorrect number of dimensions
I would appreciate it if someone would help me.
Best regards,
Yohei Tanaka
==========================
Yohei Tanaka
Tohoku University
Graduate school of Economics
Doctoral student
email: marineband2007 at gmail.com
[[alternative HTML version deleted]]
2017 Aug 17
3
How to convert .Rdata file into .csv or something else?
Dear mailing list members,
I am a beginner of this community.
I would like to analyze data in a .rdata file.
I ran the following code, but the object "d" remained empty.
d <- load("~/docdis/input/ch2/WV6_Data_R_v_2016_01_01.rdata")
I would like to know how to convert this file format into .csv or .txt.
I suppose this question is very basic, but I could not find solutions
2017 Aug 17
0
How to convert .Rdata file into .csv or something else?
....table or ?write.csvThese commands will write many types of objects to a .csv file.
For example if I have a data.frame called "dat1" I can write it to a csv (text) file like this:
write.csv(dat1, "~/Rjunk/mydata.csv")
On Thursday, August 17, 2017, 4:10:36 AM EDT, y tanaka <marineband2007 at gmail.com> wrote:
Dear mailing list members,
I am a beginner of this community.
I would like to analyze data in a .rdata file.
I ran the following code, but the object "d" remained empty.
d <- load("~/docdis/input/ch2/WV6_Data_R_v_2016_01_01.rdata")
I would like to...
2017 Aug 18
0
"How to convert .Rdata file into .csv or something else?" [SOLVED]
...ject(WV6_Data_R, "~/docdis/input/ch2/WV6_Data_R_v_2016_01_01.csv")
> d <- loadObject("~/docdis/input/ch2/WV6_Data_R_v_2016_01_01.csv")
Best regards,
Yohei Tanaka
==========================
Yohei Tanaka
Tohoku University
Graduate school of Economics
Doctoral student
email: marineband2007 at gmail.com
[[alternative HTML version deleted]]
2017 Aug 18
0
"How to convert .Rdata file into .csv or something else?" [SOLVED:Corrected version]
...nput/ch2/WV6_Data_R_v_2016_01_01.csv")
---------------------------------------------------------------------------------------------------------------------
Best regards,
Yohei Tanaka
==========================
Yohei Tanaka
Tohoku University
Graduate school of Economics
Doctoral student
email: marineband2007 at gmail.com
[[alternative HTML version deleted]]
2017 Aug 18
0
"How to convert .rdata file into .csv or something else?" [SOLVED:Corrected version2]
...put/ch2/WV6_Data_R_v_2016_01_01.csv")
------------------------------------------------------------
---------------------------------------------------------
Best regards,
Yohei Tanaka
==========================
Yohei Tanaka
Tohoku University
Graduate school of Economics
Doctoral student
email: marineband2007 at gmail.com
[[alternative HTML version deleted]]