jcars | R Documentation |
Japanese motor vehicle production in thousand (1947–1989).
jcars
Time series data
Makridakis, Wheelwright and Hyndman (1998) Forecasting: methods and applications, John Wiley & Sons: New York. Exercise 2.8. Chapter 8.
World motor vehicle data, Motor Vehicle Manufacturers of US Inc, Detroit, 1991.
plot(jcars) log.jcars <- BoxCox(jcars,0) jcars.f <- holt(log.jcars) plot(jcars.f)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.