Displaying 3 results from an estimated 3 matches for "midnightstandard".
2009 Jan 27
1
Mystery Error in midnightStandard
I wasn't even aware I was using midnightStandard. You won't find it in my
script.
Here is the relevant loop:
date1 = timeDate(charvec = Sys.Date(), format = "%Y-%m-%d")
date1
dow = 3;
for (i in 1:length(V4) ) {
x = read.csv(as.character(V4[[i]]), header = FALSE, na.strings="");
y = x[,1];
year = V2[[i]];
week =...
2008 Jan 24
1
Error using Rmetrics to read data
...8/2/2006 1270.73 1283.42 1270.73 1277.41 2610749952 1277.41
4 8/1/2006 1278.53 1278.66 1265.71 1270.92 2527689984 1270.92
5 7/31/2006 1278.53 1278.66 1274.31 1276.66 2461299968 1276.66
6 7/28/2006 1263.15 1280.42 1263.15 1278.55 2480420096 1278.55
> SP500<-as.timeSeries(SP500)
Error in .midnightStandard(charvec, format) :
'charvec' has non-NA entries of different number of characters
>
[[alternative HTML version deleted]]
2009 Jan 28
2
t.test in a loop
Hi All,
I've been having a little trouble with creating a loop that will run a a
series of t.tests for inspection,
Below is the code i've tried, and some checks i've looked at.
I've used the get(paste()) idea as i was told previously that the use of the
eval should try and be avoided.
I've run a single syntax to check that my systax is correct and works
without any problems