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.

7 results for “from:Mark Strivens”

R conversion
Mark Strivens · Sep 9, 2004 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20040909/d5fc40cb/attachment.pl

R conversion
Mark Strivens · Sep 9, 2004 · r-help

Thanks John for the post - I had found factanal However factanal it seems you have specify the number of factors to be fitted up front, whereas with the SAS procedure you don't - this is apparently important to the analysis...

decompose a correlation matrix
Mark Strivens · Sep 23, 2004 · r-help

Is there a simple way to decompose the upper triangle of a correlation matrix to a linear list; For example: X Y Z X 1 2 3 Y 2 1 4 Z 3 4 1 so you get a list...

decompose a correlation matrix
Mark Strivens · Sep 23, 2004 · r-help

Thanks for the answers the appear to be just right. i.e. corrmat[upper.tri(corrmat)] or x[col(x)>row(x)] The slight problem is I lose all the column & row labels from the correlation matrix, so I am...

Rd and document formatting
Mark Strivens · Nov 19, 2004 · r-help

I am trying to compose some documentation for a package I hope to release soon. However when I do the following: R CMD Rd2dvi --pdf mypackage.Rd I get two mainly blank pages prepended to the top of the document...

decompose a correlation matrix
Mark Strivens · Sep 23, 2004 · r-help

Thanks guys for the help, here's the final (grizzly?) solution: #generate a correlation matrix cm<-cor(someDataFrame, y = NULL ...) # get the list of labels (included in the dataframe) labels<-labels(cm)[[1]] # retrieve the uppper portion of the correlation...

Rd and document formatting
Mark Strivens · Nov 19, 2004 · r-help

Thanks Duncan, I really know nothing about Latex - however the macro you detailed below does not exist in the file: /usr/lib/R/share/texmf/Rd.sty The header of that file reads: %%% Rd.sty ... Style for printing the R...

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