search for: x0127

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

Did you mean: 0127
2009 Jul 02
5
(no subject)
Hi, Could you please help me? I am trying to load an csv-file in R, but it works wrong! My data is 0,0127 -0,0016 0,0113 0,0037 -0,0025 > Ret<-read.csv("Ret.csv") > Ret X0 X0127 1 0 16 2 0 113 3 0 37 4 0 25 Thank you in advance! -- Best regards, Andy [[alternative HTML version deleted]]
2009 Jul 02
4
(no subject)
Hi Guys, It is very simple question, but I can't find the answer! Please help me. I use R and such simple function as length() doesn't work. The result is always 1 even if my data are more then 1 observations! Do I have to load any additional library? > length(Ret_1) [1] 1 > length function (x) .Primitive("length") Thank you!!! -- Best regards, Andy Fetsun