On Sun, 24 Aug 2014 09:52:35 +0900
Bill wrote:
> Hello. Can someone suggest how to do this:
>
> for (i in 2:length(colnames(allvar.df))) {
> var=colnames(allvar.df)[i]
> timeSeriesName = paste(var,".time.series")
> varRef=paste(var,".df$",var)
> varDate=paste(var,".df$date")
> timeSeriesName <-
On Aug 23, 2014 7:54 PM, "Bill" wrote:
>
> Hello. Can someone suggest how to do this:
>
> for (i in 2:length(colnames(allvar.df))) {
> var=colnames(allvar.df)[i]
> timeSeriesName = paste(var,".time.series")
> varRef=paste(var,".df$",var)
> varDate=paste(var,".df$date")
> timeSeriesName <- ts(varRe
On Aug 23, 2014, at 5:52 PM, Bill wrote:
> Hello. Can someone suggest how to do this:
>
Do? what? If you are failing with a language that is not your native
tongue, then perhaps trying to explain the background and then the goals in
English will make the task more understandable, to both
Hello. Can someone suggest how to do this:
for (i in 2:length(colnames(allvar.df))) {
var=colnames(allvar.df)[i]
timeSeriesName = paste(var,".time.series")
varRef=paste(var,".df$",var)
varDate=paste(var,".df$date")
timeSeriesName <- ts(varRef,
start = c(year(min(varDate)),month(min(varDate))),
end
4 matches
Mail list logo