Re: [R] Dataframes in PLS package

2012-03-04 Thread westland
, 1L, 1L, 1L)), .Names = c(depy.w, depy.h, depy.d, depy.s, indx.a, indx.i, indx.r, indx.x), row.names = c(NA, -1L), class = data.frame) 'eqn' still doesn't seem to be a data.frame that the PLSR package will recognize Chris Westland - J. Christopher Westland Professor, Information

Re: [R] Dataframes in PLS package

2012-03-04 Thread westland
, 1L, 0L, 1L, 1L, 1L, 1L)), .Names = c(w, h, d, s, a, i, r, x), class = data.frame, row.names = c(NA, -1L)) If you have any other suggestions concerning how I might fiddle the files to get them into a format that PLSR package would like, that would be great Chris Westland - J

Re: [R] Dataframes in PLS package

2012-03-04 Thread westland
a clearer explanation? - J. Christopher Westland Professor, Information Decision Sciences, University of Illinois - Chicago 601 S. Morgan Street (UH2400) Chicago, IL60607-7124 Telephone +1.312.860.0587 Google Voice +1.209.757.8849 westl...@uic.edu http://uic.edu/~westland -- View

Re: [R] Dataframes in PLS package

2012-03-03 Thread westland
: object of type 'closure' is not subsettable I'm sure now that this is a problem in my creation of data.frames, but can't seem to find anything that describes the problem - J. Christopher Westland Professor, Information Decision Sciences, University of Illinois - Chicago 601 S. Morgan

Re: [R] Dataframes in PLS package

2012-02-21 Thread Chris Westland
pls interface) but I still don't really 'get it'. Thanks again for your help on this Chris 2012/2/21 Bjørn-Helge Mevik b.h.me...@usit.uio.no westland westl...@uic.edu writes: Here is what I have done: I read in an 1 x 8 table of data, and assign the first four columns

[R] Dataframes in PLS package

2012-02-20 Thread westland
I have been working with the pls procedure and have problems getting the procedure to work with matrix or frame data. I suspect the problem lies in my understanding of frames, but can't find anything in the documentation that will help. Here is what I have done: I read in an 1 x 8 table of