--- Finosaur <mouandny at gmail.com> wrote: > I am given a data frame, which actually contains a > matrix. But I need to convert the data frame into a > matrix so that I can use the matrix operators. Can > anybody help me out? Thanks a lot. > > > > Thaleia d <- as.matrix(data.frame)