Skip to content
Prev 280090 / 398506 Next

Variables from a Dataframe

Without a reproducible example it's impossible to say for certain,
but I'd try
cbind.data.frame() instead of cbind().

You need to have a data frame, not a matrix, for the result.

Sarah
On Mon, Dec 12, 2011 at 2:44 PM, Jose Bustos Melo <jbustosmelo at yahoo.es> wrote: