> Suharto Anggono Suharto Anggono
> on Sun, 27 Jan 2013 23:54:50 -0800 writes:
> In R 2.15.2 (and not before), in the definition of
> function 'diffinv.vector' in package stats, there is
> difference <- as.integer(differences)
> I believe
> differences <- as.inte
In R 2.15.2 (and not before), in the definition of function 'diffinv.vector' in
package stats, there is
difference <- as.integer(differences)
I believe
differences <- as.integer(differences)
is intended, because 'difference' is not referenced anywhere. However, without
conversion of 'differen