Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

6 results for “from:westland”

Dataframes in PLS package
Chris Westland · Feb 21, 2012 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120221/0cf39b68/attachment.pl>

Dataframes in PLS package
westland · Mar 3, 2012 · r-help

I am still/again having trouble getting PLSR to recognize the input data frames. Here is what I have done: I read in an 10000 x 8 table of data to 'pls' assign the first four columns to matrix 'dep...

Dataframes in PLS package
westland · Mar 4, 2012 · r-help

The attach(eqn) seems to change some things in the format, but doesn't solve the problem ... here is my script > dep <- pls[,1:4] > ind <- pls[,5:8] > eqn <- data.frame(depy = dep, indx = ind) > attach(eqn) The following...

Dataframes in PLS package
westland · Mar 4, 2012 · r-help

R still doesn't seem to recognize the data.frame ... I get a [6] ERROR: object 'depy.w' not found from the following code: dep <- pls[,1:4] ind <- pls[,5:8] eqn <- data.frame(depy = dep, indx = ind) apls...

Dataframes in PLS package
westland · Mar 4, 2012 · r-help

Thanks Michael. I had tried to drop the I(as.matrix(...)) conversions, and fiddled with a number of other permutations of code ... I still can't seem to get it right. The col names appear to be depy and indx...

Dataframes in PLS package
westland · Feb 20, 2012 · r-help

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...

Can't find what you're looking for? Try searching with Google .