
WISHLIST

o names of matrix x-components not working correctly

o this gives an error:

	m <- tapply(co2, gl(12,1,length(co2)), mean)
	m <- rep(m, ceiling(length(co2)/12)) [1:length(co2)]
	m <- ts(m, start=start(co2), frequency=frequency(co2))
	plot(co2-m, ylab = "Without the periodic component")
	r <- dyn$lm(co2-m ~ poly(as.vector(time(m)),2))

o vignette

o proj, step, extractAIC, add1, drop1, effects (check whether these work 
  already and if not add dyn methods)

o let lm's used in anova use subset (currently anova takes it over so
  it cannot be used if anova is to be used)

o expand documentation on subsetting (demo/airquality.R for example)

o pass 'call' rather than 'series' data structure from 'model.frame.dyn'

o why do 'nnet::nnet' and 'e1071::svm' not work?

o support for regression functions that do not provide named
  index labels on fitted and resid.

o more testing

o more examples

o timeSeries support (leverage off of zoo)

