search for: howell1

Displaying 3 results from an estimated 3 matches for "howell1".

Did you mean: howells
2017 Aug 18
0
"How to convert .Rdata file into .csv or something else?" [SOLVED]
...load("~/docdis/input/ch2/WV6_Data_R_v_2016_01_01.rdata", verbose = TRUE) #You can find the name of the stored object is "WV6_Data_R" by setting verbose = TRUE Loading objects: .Traceback WV6_Data_R or > ls() [1] "d" "d2" "Howell1" "m4.1_logsigma" "m4.3" [6] "post" "sigma" "WV6_Data_R" Then, > d <- WV6_Data_R # the copy of WV6_Data_R is created in the object d If you want to create both csv file and an object directly from the file path...
2017 Aug 18
0
"How to convert .Rdata file into .csv or something else?" [SOLVED:Corrected version]
...load("~/docdis/input/ch2/WV6_Data_R_v_2016_01_01.rdata", verbose = TRUE) #You can find the name of the stored object is "WV6_Data_R" by setting verbose = TRUE Loading objects: .Traceback WV6_Data_R or > ls() [1] "d" "d2" "Howell1" "m4.1_logsigma" "m4.3" [6] "post" "sigma" "WV6_Data_R" Then, > d <- WV6_Data_R # the copy of WV6_Data_R is created in the object d -------------------------please ignore the following part--------------------...
2017 Aug 18
0
"How to convert .rdata file into .csv or something else?" [SOLVED:Corrected version2]
...load("~/docdis/input/ch2/WV6_Data_R_v_2016_01_01.rdata", verbose = TRUE) #You can find the name of the stored object is "WV6_Data_R" by setting verbose = TRUE Loading objects: .Traceback WV6_Data_R or > ls() [1] "d" "d2" "Howell1" "m4.1_logsigma" "m4.3" [6] "post" "sigma" "WV6_Data_R" Then, > d <- WV6_Data_R # the copy of WV6_Data_R is created in the object d -------------------------please ignore the following part--------------------...