Skip to content
Prev 24939 / 63424 Next

fix() changes the class of mts objects

Why did you expect otherwise?: fix() is treating it as matrix and 
?edit.matrix says that it only works on 'simple data frames' (and converts 
matrices to such).

Editing R objects can easily change aspects of them, as dput() is not 
faithful, environments can get lost and so on.
On Wed, 9 May 2007, Simone Giannerini wrote: