Displaying 3 results from an estimated 3 matches for "ed4".
Did you mean:
ed
2009 Feb 10
1
Replacing dot with empty space
Hello, everyone
How do I replace dot with empty space in "ED4.Comdty"?
I need to get "ED4 Comdty"
tried sub() in many different ways, like sub({.}, " ", "ED4.Comdty")
etc but could not do it.
Thanks in advance,
Sergey
2009 Jan 21
1
Two similar zoo objects with different structures, how to get same structure?
.....- attr(*, "format")= chr "m/d/y"
.. ..- attr(*, "origin")= Named num [1:3] 1 1 1970
.. .. ..- attr(*, "names")= chr [1:3] "month" "day" "year"
- attr(*, "dimnames")=List of 2
..$ : NULL
..$ : chr [1:12] "ED4 COMDTY" "ED12 COMDTY" "ER4 COMDTY" "ER12 COMDTY" ...
I also have a vector of dates of same length as zoo object (5219):
> str(bldates)
chr [1:5219] "01/01/90" "01/02/90" "01/03/90" "01/04/90" "01/05/90"
"...
2010 Feb 24
2
Calling Data frame objects with spaces in their names
...inesperado sÃmbolo en "EURODOLLAR$ED1.Comdty Date"
I have also tried using . or _ instead of the space and have obtained no
succes. How do I call such an object? Thank You
Felipe Parra
head(EURODOLLAR)
ED1.Comdty Date ED1.Comdty ED2.Comdty Date ED2.Comdty ED3.Comdty Date
ED3.Comdty ED4.Comdty Date ED4.Comdty ED5.Comdty Date ED5.Comdty ED6.Comdty
Date
1 Date PX_LAST Date PX_LAST Date
PX_LAST Date PX_LAST Date PX_LAST
Date
2 02/01/2003 98.635 02/01/2003 98.51 02/01/2003
98.295 02/01/2003...