Displaying 1 result from an estimated 1 matches for "crimet".
Did you mean:
crime
2004 Jan 14
1
univariant time series
Hi,
I am trying to use the stl function in the ts package. It requires that
the data is a univariant time series at the moment my data is in a
vector. I have coerced it to a time series using....
crimets <- ts(crimeData)
However, this does not work.
Does anyone have any suggestions?
Cheers,
Sam.
p.s. I am fairly new to R so apologies if this is a stupid posting.