On Wed, 30 Jul 2008, Allin Cottrell wrote: > This works: > > matrix uvec = (umat[1,])' Actually, I'm fairly comfortable with that. It seems reasonable that you have to force evaluation of umat[1,] before taking its transpose. Allin.