The R Project SVN R

Rev

Rev 81437 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 81437 Rev 81440
Line 51... Line 51...
51
		c("lag quarterly revenue", "price index",
51
		c("lag quarterly revenue", "price index",
52
		  "income level", "market potential"))
52
		  "income level", "market potential"))
53
	    )
53
	    )
54
 
54
 
55
freeny.y <-
55
freeny.y <-
56
  structure(.Data = c(8.79236, 8.79137, 8.81486,
56
  stats::ts(c(8.79236, 8.79137, 8.81486,
57
		8.81301, 8.90751, 8.93673,
57
              8.81301, 8.90751, 8.93673,
58
		8.96161, 8.96044, 9.00868, 9.03049,
58
              8.96161, 8.96044, 9.00868, 9.03049,
59
		9.06906, 9.05871, 9.10698,
59
              9.06906, 9.05871, 9.10698,
60
		9.12685, 9.17096, 9.18665,
60
              9.12685, 9.17096, 9.18665,
61
		9.23823, 9.26487, 9.28436,
61
              9.23823, 9.26487, 9.28436,
62
		9.31378, 9.35025, 9.35835,
62
              9.31378, 9.35025, 9.35835,
63
		9.39767, 9.4215, 9.44223, 9.48721,
63
              9.39767, 9.4215, 9.44223, 9.48721,
64
		9.52374, 9.5398, 9.58123,
64
              9.52374, 9.5398, 9.58123,
65
		9.60048, 9.64496, 9.6439,
65
              9.60048, 9.64496, 9.6439,
66
		9.69405, 9.69958, 9.68683,
66
              9.69405, 9.69958, 9.68683,
67
		9.71774, 9.74924, 9.77536,
67
              9.71774, 9.74924, 9.77536,
-
 
68
              9.79424),
68
		9.79424), tsp = c(1962.25, 1971.75, 4), class="ts")
69
            1962.25, 1971.75, 4)
69
 
70
 
70
##-- This gives a data.frame which sometimes [str(..)] behaves horribly :
71
##-- This gives a data.frame which sometimes [str(..)] behaves horribly :
71
freeny <- data.frame(y = freeny.y, freeny.x, row.names = stats::time(freeny.y))
72
freeny <- data.frame(y = freeny.y, freeny.x, row.names = stats::time(freeny.y))