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.

24 results for “from:pgseye”

Re order variables in a dataframe
pgseye · May 20, 2009 · r-help

Thanks Simon, I should have explained myself better (although I didn't know about the order function so that's handy information). I've found a few times, I've added variables to a dataframe that I would like to...

help with plotting results of lda
pgseye · Apr 26, 2009 · r-help

Hi, I've performed an lda and obtained a classification table for some of my data: > efa.dfa<-lda(groups~.,efa.scores.8,CV=T) > str(efa.dfa) List of 5 $ class : Factor w/ 2 levels "1","2": 1 2...

Write lower half of distance matrix only
pgseye · Jul 25, 2008 · r-help

Thanks Jim, The morphometry software I mentioned outputs distance matrices in the format: 0.0000 7.1598 0.0000 8.7241 8.3506 0.0000 9.5217 7.2457 2.5642 0.0000 I would have liked to write to...

Write lower half of distance matrix only
pgseye · Jul 25, 2008 · r-help

Great, thanks for that Jim, It does what I need it do do. Regards, Paul jholtman wrote: > > Does this do what you want: > >> x <- matrix(1:25,5) >> x > [,1] [,2] [,3] [,4] [,5] > [1,] 1 6 11 16 21...

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