A function of an R-project package of the same name, used to generate R tables in LaTeX or HTML format.
3
votes
1answer
64 views
R, knitr, xtable, alternating row colors
I'm trying to produce a table with xtable in R using knitr with alternating row colors. I can print a table in the PDF output but can't quite figure out the add.to.row command in the xtable manual ...
1
vote
1answer
31 views
Combining matrix in data frame through aggregate
I'm trying to compute quantiles by factor and print out the resulting aggregate to latex format using xtable. Unfortunately, I'm getting some wonky behavior. And a clean solution would be appreciated.
...
1
vote
1answer
38 views
Adding pspline term to coxph model changes summary table in R
I'm trying to use knitr/xtable to produce tables from coxph() objects in a report. When I don't include a pspline term in the model everything works as expected. In a single chunk:
<<results ...
1
vote
0answers
40 views
Table nested by a factor variable - how to Sweave correctly?
I want to Sweave a table of matrices from an R script to a LaTeX document. I have results from which I need to pick some values to make up a matrix akin to this:
(for i in levels(groups)){
mat[[i]] ...
1
vote
1answer
62 views
How do I format Sweave LaTeX table output to use dollar sign ($)?
Here is sample data:
# create table data
year <- c("2010", "2011", "2012")
value <- ("5", "10", "15")
df<-data.frame(year, value)
# print
print(xtable(df,digits=c(0,0,1)))
How can I ...
1
vote
1answer
145 views
Apply xtable() to a list of tables and a create pdf using knitr in R-studio
I want to convert a list of tables to Latex using xtable() and create a pdf using Knitr in R-studio.
I have tried to use llply() on the list but it does not work.
Here is a list of tables:
...
0
votes
0answers
83 views
wrap text in latex xtable
I am using knitr and xtable to generate a table and I would like to wrap some text. The code is below. I would like to wrap the 3rd column (Exposure Groups). The column width looks ok but the text ...
2
votes
1answer
77 views
Standalone latex table from amended xtable function
I'm trying to create an automated R function which creates a latex file that can be run (without any further amendments to the Latex code) by an external Latex program. I'm aware of KnitR and Sweave ...
5
votes
1answer
100 views
With xtable and type = html how to add a class to a specific td tag
I'm trying to create a table in html with xtable, but I need to add a class to specific td tag, because I going to do an animation. The problems is that I can't do it without xtable because it is so ...
0
votes
1answer
113 views
Control number of decimal points on xtable output in R
I am using Rmd file to create a report and I used xtable package to create the table. The output of the xtable shows the number of decimal places upto 2 digits. Is there a way to control the decimal ...
0
votes
1answer
121 views
xtable and header alignment
Is it possible to have a header alignment in xtable which is different from the alignment used in the rest of the table? In my case, I want my header to be center aligned, but the table itself should ...
0
votes
1answer
141 views
xtable rownames using R
I am using R and LaTeX and the xtable package for tables. I am a little puzzled why my specified rownames aren't showing up in my tables. Here's an example:
\documentclass[a4paper, 11pt]{article}
...
3
votes
2answers
337 views
Using xtable with R and Latex, math mode in column names?
I'm using xtable to compile tables from R automatically while compiling my TeX document. The question I have is how I get the variable names in the table (which in my case are the column names in a ...
2
votes
1answer
158 views
print.xtable with multi-line header?
I've been trying to create a table with a header that contains a like break. I am not too ambitious here and do not really care whether I just break extremely long strings or just have a two-line ...
0
votes
0answers
67 views
Table short caption in knitr chunks
How can I pass short caption argument to knitr while I use stable, Hmisc summary.furmula tables?
I have tried fig.scap option, but it does not give disiarable output!
Many thanks.
1
vote
1answer
39 views
How to stop prettyNum from converting my one row dataframe to a character vector
I am using prettyNum in combination with xtable to produce nice LaTeX tables. It works as expected when I have more than one row in the data.frame. But when I only have one row it fails because ...
3
votes
1answer
154 views
set digits row wise with print.xtable in R?
I got some report that has a few tables which contain proportion AND absolute values.
Now I'd like to display rows that contain proportion at a digits=2 accuracy while absolute values are just shown ...
7
votes
2answers
483 views
possible to create latex multicolumns in xtable?
I am using xtable with R Markdown and knitr to produce .tex files that I call with \input{}. Works great, but I have not figured out how to create multicolumns like the one shown here. Does anyone ...
5
votes
3answers
186 views
How to remove “Standard Error” column from xtable() output of an lm on R/RSweave/LaTeX
I'm currently doing some data analysis on population data, so reporting the standard errors in the tables of parameter coefficients just doesn't really make statistical sense. I've done a fair bit of ...
1
vote
1answer
301 views
adding rows or boldify single row.names with print.xtables – add something in between rows?
I try to use print.xtable add.to.row to get table formatted like this:
sports
share of ballers 22.3
share of skiers 4.6
addiction
share of smokers 20.3
share of drinkers 6.6
My ...
3
votes
1answer
213 views
inset \footnote{} into header with xtable and tabular.environment
Can I control the add.to.row command in xtable to place an \footnote{} in the LaTeX table output header?
This is how far I've gotten it. (I would like to find a solution using xtable and not `Hmisc')
...
3
votes
1answer
148 views
How can I omit interactions using stargazer or xtable?
Is it possible to omit interactions in stargazer using the omit option?
Normally I would write the variable name into the omit=c('varname') but in the case of an interaction I do not know what to ...
0
votes
0answers
44 views
Caption in loops with xtable and omitting tables
I have following data set with (first few lines)
> str(cdmgrpexo)
'data.frame': 166 obs. of 48 variables:
$ ldc : logi FALSE FALSE FALSE FALSE FALSE TRUE ...
$ NAME ...
1
vote
1answer
95 views
Sorting output of xtable
I have a data set with which I create a table, but now I would like the output to be sorted alphabetically. order, sort or sort.list I don't get to work. Here is an example of what I have.
...
1
vote
0answers
264 views
R --markdown to latex - tables do not show up
I am using Knitr in Rstudio, to generate markdown files. I display the tables via xtable package and it shows up nicely in html file. However, when I converd .md to latex via pandoc - the latex file ...
6
votes
2answers
227 views
How to get dimnames in xtable.table output?
I'd like to have the dimensions labeled in my xtable output. However, the table method of xtable does not output dimension labels even when I specify them manually to table:
set.seed(10)
d <- ...
2
votes
1answer
298 views
xtable: Removing rownames but keeping &
In xtable, is there any way to print a latex table without rownames, but while keeping & on the left hand side?
I also don't want to set the rownames to NA in my data matrix to achieve this feat. ...
1
vote
2answers
152 views
xtable package: Skipping some rows in the output
In the xtable output, if I want some rows to have nothing in them I will put NA's in the elements of the matrix that correspond to the row that I want skipped.
However this will lead to xtable output ...
0
votes
1answer
151 views
coercing ANOVA table into table object R
I am running a lot of ANOVA tables and would ultimately like to run them through the 'xtable' function in the xtable package for export into LaTeX. However I need to supply xtable with a table object, ...
0
votes
1answer
101 views
xtable left just
the default of xtable is \begin{center}. I would like to make it: \begin{left} and end{left} as well.
Code:
library(xtable)
xtable(anova(lm(mpg~hp, data=mtcars)))
Desired outcome:
...
2
votes
0answers
187 views
Misaligned columns in HTML tables using hwriter/xtable
I have been trying to convert a list into HTML table, using both xtable and hwriter R packages.
Here is how the list looks like:
structure(list(sex = structure(list(`study 1` = structure(c(2L,
1L), ...
11
votes
1answer
521 views
Changing the Color of negative numbers to Red in a table generated with xtable()?
I'm writing a report in R with knitr. I'm using xtable() to generate tables in the report. One of my tables includes both negative and positive numbers. I'd like to change the color of negative ...
0
votes
1answer
131 views
hmisc::latex tables open in external xdvik window instead of being inserted into the pdf output document
Since our update to R2.15.1, the tables in my lyx documents that result from calls to the latex function (package Hmisc) open in an external xdvik-window instead of being inserted in the pdf-document ...
3
votes
1answer
204 views
Customizing xtables by adding horizontal lines and merging cells?
I've seen similar questions on SO-most of them have not been answered. Those that were answered usually suggest not using xtable since it's not flexible to customization. I've attached two pictures: ...
1
vote
4answers
451 views
export mlogit summary results to Latex with toLatex() or xtable()
I'm trying to export mlogit() results
into a latex table but none of my attempts succeeded!
1) First I tried with the package xtable():
> library(xtable)
> s<-summary(mx1)
> ...
2
votes
1answer
96 views
Is it possible to to export from reporttools?
I am using tableNominal{reporttools} to produce frequency tables. The way I understand it, tableNominal() produces latex code which has to be copied and pasted onto a text file and then saved as .tex. ...
5
votes
1answer
531 views
Customize xtable
I'd like to customize xtable for export into LaTeX. I know there are some questions abot xtable here, but I couldn't find the specific things I'm looking for.
Here is an example of how my table might ...
2
votes
1answer
61 views
R: return “1.0” from FUN(1.01)?
I would like to convert a number to a specified number of significant figures, e.g. some function that returns "1.0" (as a character) from FUN(1.01). (I need a character because the value will be used ...
1
vote
1answer
127 views
Ensure all cells have 3 digits in LaTeX representation using xtable
I have the following dataframe:
> dput(py6s_pwc_16)
structure(list(source = c("AERONET", "BIGF", "MODIS"), ndvi_real = c(0.618,
0.618, 0.618), ndvi_95 = c("0.616", "0.616", "0.615"), ndvi_05 = ...
1
vote
0answers
152 views
How to print a matrix using xtable?
I have a data set with 255 variables.
I load my dataset using
>agep=read.csv("ncsucurrent.csv")
>attach(agep)
From the dataset I just want to tabulate a subset of 4 variables. So I select ...
1
vote
1answer
486 views
Over-ride rownames renaming of duplicates with xtable
I would like xtable to NOT over-ride my duplicated rowname entries. Consider the following MWE:
> require(xtable)
> foo <- matrix(0, 2,2)
> rownames(foo) = rep("bar", 2)
> foo
[,1] ...
2
votes
2answers
462 views
xtable header manipulation
I am using xtable in R to get LaTeX code for tables. I want to modify the first element of the "header" (first row in LaTeX table) but I only saw an option to add text to the end of a line (using ...
0
votes
0answers
137 views
Using xtable for appendices
Using xtable you can change the table name with the caption option eg:
xtable(Barthel_Missing,caption = "Patients with no Barthel")
Which gives you this:
"Table 7: Patients with no Barthel"
But ...
9
votes
2answers
600 views
Include dimension names in row and column headers for LaTeX-formatted contingency table
If the categories of the attributes in a contingency table are mere numbers, using only these numbers as column/row header is not enough -- a description what the numbers mean is called for. The ...
1
vote
1answer
193 views
apsrtable for sarlm class
I love apsrtable(), and have found it somewhat simple to extend to other classes (in particular, I have adapted it for mlogit objects. But for some reason, the apsrtableSummary.sarlm() function ...
0
votes
1answer
196 views
xtable for arrays
I'm trying to use xtable for 3-dimensional array. My minimal example is
Test <-
structure(1:8, .Dim = c(2L, 2L, 2L), .Dimnames = list(c("A1",
"A2"), c("B1", "B2"), c("C1", "C2")))
library(plyr)
...
0
votes
2answers
321 views
Coercing felm R-object into lm form or some other way of getting it printed in a LaTeX table
I am using the lfe package in R to do some regression with lots of fixed effects, so direct lm is out of the question (and since the fixed effects are not individual-level, so is plm). I get the ...
37
votes
5answers
3k views
General guide for creating publication quality tables using R, Sweave, and LaTeX
There are a range of tools available for creating publication quality tables using R, Sweave, and LaTeX.
In particular, there are helper functions like latex in the Hmisc package, and xtable in the ...
5
votes
1answer
527 views
Creating a latex table from ftable object in R
Let me create some data before I ask my question.
my.data <- data.frame(A = sample(seq(1,100,by=5),10,replace=TRUE),W = rnorm(10),X =sample(1:10),Y = sample(c("yes", "no"), 10, replace = ...
2
votes
2answers
663 views
Column alignment in xtable output
I'm using xtable to manage R output in Sweave. See code below:
CC <- data.frame(
y = c(449, 413, 326, 409, 358, 291, 341, 278, 312)/12,
P = ordered(gl(3, 3)), N = ordered(gl(3, 1, 9))
)
...
