Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
Hello, I am wondering how I should set up the tsp attribute (available through attr(x, "tsp")) of a dataset x? Let's assume that x has 100 points, and I want to set the frequency to 4. I tried...
Looks like there is a difference between when I use frequency(x) vs. when I use frequency(x.ts). If I try to get the tsp attribute of x by using attr(x, "tsp"), it still shows up as NULL...
Thanks Gabor. Even after doing as you suggested, when I check the frequency of x, it still shows up as 1. I would have expected it to be 4 now. > x.ts <- ts(x, start=1, frequency=4) > frequency(x...
Can't find what you're looking for? Try searching with Google .