search for: rlll

Displaying 4 results from an estimated 4 matches for "rlll".

Did you mean: lll
2008 May 07
1
Sweave, xtable and font size
...in my .Rnw-file: <<yearmale, results=tex>>= yearmale <- with(chol, table(year,male)) yearmale <- rowpct(yearmale) <<yearmale, results=tex>>= print(xtable(yearmale,caption="My caption")) $ LATEX CODE: \begin{table}[ht] \begin{center} \tiny{ \begin{tabular}{rlll} \hline & Kvinder & M?nd & Total \\ \hline 1998 & 1335 (75\%) & 437 (25\%) & 1772 (100\%) \\ 1999 & 1232 (74\%) & 425 (26\%) & 1657 (100\%) \\ 2000 & 1427 (74\%) & 502 (26\%) & 1929 (100\%) \\ 2001 & 1407 (74\%) & 493 (26\%) & 1...
2009 Dec 11
2
Frequency tables.
Hi All, I'm a SAS user but I'm very much interested in learning R. I use ODS system in SAS to make nice frequency tables. Is it possible to export the output of table() [in TABULAR FORM]? So, that I can use those directly for publications? Thank you. # R Code: library(datasets) Orange summary(Orange) # outputing this, not as it is, but in table for. is it possible? ~Kim [[alternative
2004 Jan 20
2
Error: unknown identifier {|} in tabular format {|l|c|c|c|}
I've got a package I would like to send out for testing and have noticed a "problem" with the \tabular portion of the help "compiler" the code for inserting vertical lines, in the tabular environment, causes the build to choke, but not the check command. C:\>rcmd build --binary -docs=all nlsystemfit \tabular{|l|c|c|c|}{ \hline Method \tab Instruments \tab
2013 Sep 13
2
xtable use plus minus
I am using a similar dataset to the following: a= c("Fruits", "Adam","errorA", "steve", "errorS", "apples", 17.1,2.22, 3.2,1.1, "oranges", 3.1,2.55, 18.1,3.2 ) a_table=data.matrix(t(matrix(a,nrow=5))) I would like to plus minus every second column starting from errorA (using xtable/ hmisc) example output (ignoring