[R] Printing a matrix in latexVerbatim without rownames.

2014-02-13 Thread Gil Gamesh
Hi, I'm printing a bunch of summary tables to a latex file using latexVerbatim from the Hmisc package. An example looks like this... x Visit N Min. 1st Qu. Median Mean 3rd Qu. Max. NAs [1,] 1 92 25 27.28 29.05 29.47 31.75 34.8 0 And I'm using commands like this...

Re: [R] Combining values from a data.frame row with matrix rownames.

2010-08-18 Thread Gil Gamesh
suggestion, doing something like dput(head(your_data_name)) is a simple way to provide us with the first few rows of your data. Cheers, Josh On Tue, Aug 17, 2010 at 10:36 AM, Gil Gamesh games...@gmail.com wrote: Apologies, I neglected to check that the email was plain text. Here is a the text

[R] Combining values from a data.frame row with matrix rownames.

2010-08-17 Thread Gil Gamesh
Apologies, I neglected to check that the email was plain text. Here is a the text of the previous email. Hello, I am trying to iteratively build a build a panel of variables to discriminate between two groups. My starting position is a matrix of experimental data and I have a function that

[R] Combining values from a data.frame row with matrix rownames.

2010-08-16 Thread Gil Gamesh
Hello, I am trying to iteratively build a build a panel of variables to discriminate between two groups. My starting position is a matrix of experimental data and I have a function that will work through all pairs of variables and produce sensitivities, specificities and p-values for each pair