1
vote
1answer
23 views

Lyx cannot find knitr module

I am migrating/branching from sweave to knitr and can run @yihui's minimal example in Rstudio but am having trouble making it run with Lyx (2.06). I get the message The module knitr has been requested ...
4
votes
1answer
88 views

Test statistic (e.g. chisquare test) inside latex table using the tables-package in R/Knitr/Rstudio

I would like to use the tabular()-function from the tables-package to do a cross-tabulation of two variables (e.g. v1 and v2), and present the p-value of the chisq-test in the table. It is easy to get ...
4
votes
1answer
85 views

Automatically adjust latex table width to fit pdf using knitr and Rstudio

Using Rstudio and knitr to produce latex-tables in pdf, how do i make wide tables fit the page? I'm basically looking for at way to shrink the tables. With figures, it is really easy in Knitr using ...
2
votes
1answer
55 views

LaTeX and knitr - Error inserting R Code

I have a document in the following structure. \documentclass[11pt]{article} \begin{document} \title{Something} \author{Andreas} \date{May 8th, 2013} \maketitle \section{Introduction} ...
2
votes
1answer
26 views

How can I manually add a line break in the title in a knitr RSweave file?

Here's what I have: \documentclass{article} \begin{document} \title{This is the document title} \maketitle \end{document} I'd like something like this: \documentclass{article} ...
2
votes
1answer
38 views

Display chunk as text in listing environment (knitr)

I want to let the chunk itself be displayed as text inside the listings environment. If I enter the chunk inside listings as below it is getting evaluated. \documentclass{article} ...
0
votes
0answers
92 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 ...
1
vote
0answers
39 views

knitr & vim: Creating *.Rnw files

I'm trying to get knitr using, whilst creating a *.Rnw file using Vim (with the Vim-LaTeX plugin). If I open a *.Rnw file in Vim, and type a < (e.g. for <<foo, echo=TRUE>>=) so I can ...
-4
votes
3answers
108 views

Error when compiling PDF using knitr

When I try to compile a PDF using knitr I get the following error: there is no package called 'knitr' Error: object 'opts_knit' not found Execution halted I'm using RStudio 0.97.332 and R version ...
1
vote
2answers
77 views

DocBook & R with Sweave/knitr

R and LaTeX (...) can be easily combined using Sweave or knitr. Is there any possibility to accomplish the same with DocBook?
1
vote
1answer
103 views

knitr caching fails when using XeLaTeX fontspec package through RStudio

I use knitr with XeLaTeX within RStudio. I use chunk caching so that I don't have to rerun certain code every time I compile my document. This minimal example shows that the caching appears to be ...
2
votes
1answer
76 views

Knitting Beamer slides with Emacs-ESS (stop-on-error)

I am knitting the following file (note the eRRoR() function): \documentclass{beamer} <<setup, include=FALSE>>= opts_knit$set(stop_on_error=2L, message=FALSE) options(width=40) @ ...
3
votes
1answer
87 views

Caching child files in knitr

I have a problem with child files in knitr. The caching works fine, but the dependencies do not work. My sandbox example looks like that: \documentclass{article} \begin{document} <<setup, ...
4
votes
1answer
115 views

How to control caption placement for figures in KnitR?

Is there a way to specify the placement of captions for figures generated by R using KnitR? I'm hoping that there's something functionally equivalent to xtable()'s caption.placement option. A minimal ...
12
votes
1answer
278 views

LaTeX figure label from R plot using KnitR?

I can't get R/KnitR to create the LaTeX \label{} statement for a figure. The manual seems to indicate that a \label{} statement will be created by concatenating the string in fig.lp ("fig:" by ...
3
votes
1answer
152 views

Include apsrtable (or stargazer) output in an Rmd file

I tried to include the summary of an lm object in an Rmd file, using code like the following but it didn't work. Could you help me do that? ```{r summary_lm, results='asis', echo=FALSE, comment=NA} ...
2
votes
1answer
97 views

Pretty tilde ~ from R chunk with knitr? [closed]

I have a linear model in a code chunk that I want to display nicely in LaTeX. The model call takes the standard form with a tilde ~ which gets typeset horribly in LaTeX. \documentclass{article} ...
4
votes
1answer
118 views

Basic R guide: verbatim ? with knitr in R

I'm producing an introductory R guide for my company. I'm doing a little demo of the R help function (shorthand) ?mean This is in a knitr chunk: <<eval=FALSE>>= ?mean @ Output: ...
2
votes
1answer
84 views

knitr: Is there any way for forloop conditions to include Sexpr?

I'm using the knitr package in R to try and convert a dataframe into a report. The issue is that there is a lot of variability in the input data. The aim is to print one line of text (pulled from a ...
7
votes
2answers
271 views

Can I label knitr code chunks and outputs and add captions to them?

Is it possible to add labels and references to knitr output other than figures and tables. I know I can use xtable respectively print.xtable to set captions for tables and place them like I would ...
4
votes
1answer
280 views

Is it possible to use Rstudio to translate from .Rmd to LaTeX directly without pandoc?

Reproducible example (if you have rstudio): File | New | R Markdown Knit to html, saving as test : Navigate to working directory In a terminal (with pandoc installed) type pandoc -s test.md ...
2
votes
3answers
99 views

Function for mean and sem in Sweave/knitr implementation

I am brainstorming to write a mean and sem function for Sweave/knitr use. And for my limited knowledge it look like this m.se <- function (x, na.rm = TRUE) { if (na.rm) x <- ...
2
votes
2answers
560 views

Embedding ggplot2 output in LaTeX pdf using knitr and RStudio

In the past, I've used RStudio to create ggplot2 and then exported them as PDFs from within RSudio. This works fantastically. I'm now trying to automate using knitr, but I'm having trouble figuring ...
1
vote
0answers
220 views

html to tex conversion with Pandoc does not produce mathematical mode

I'm working with a Windows machine. I use Rstudio/knitr to write and convert a (R)markdown file to an html file. The source markdown file contains some mathematics typed in the LaTeX language hence ...
4
votes
1answer
317 views

Dynamic LaTeX references in R comment with knitr

I had ask a similar question to this with respect to Sweave ( Dynamic references to figures in a R comment within Sweave document ) and would like to see if anyone as a similar answer when using ...
7
votes
2answers
506 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 ...
6
votes
3answers
171 views

LaTeX and R bundle?

I am using R to analyse statistical data and plot histograms, scatter plots etc. And then I have to export all plots as PDFs to manually include them in LaTeX report. I wonder if there is any way ...
2
votes
2answers
135 views

\Sexpr{} special LaTeX characters ($, &, %, # etc.) in .Rnw-file

It has something to do with the default inline hook, I realize that and I have tried getting at it (the hook) and also read this thread and Yihui's page about hooks, but I haven't been able to solve ...
3
votes
1answer
310 views

What latex package to use with knitr to get more table-control? tabu?

Iโ€™m writing a longer table with knitr using xtable and the tabular.environment='longtable' in the longtable package when printing them in my .Rnw-file, problem is that I canโ€™t control the longtable ...
1
vote
1answer
347 views

Evaluate LaTeX syntax in a loop inside knitr chunk & adjust plot dpi

Sorry if this question is very stupid. I am trying to run regressions and send summary tables and diagnostic plots to a PDF file. I found this package is very helpful, but have two basic questions. ...
3
votes
1answer
150 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 ...
4
votes
2answers
511 views

Regression table using Knitr and stargazer

I am trying to use knitr and stargazer to export a regression table from R to Latex. Unfortunately I get the following error message "Missing $ inserted" I've inserted a begin-math/end-math symbol ...
2
votes
1answer
100 views

Knitr hanging on system() call

How do I get knitr to un-hang after running a system call in a chunk? For example: \documentclass{article} \begin{document} Test <<>>= system('"C:\\Program ...
1
vote
0answers
266 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 ...
3
votes
1answer
335 views

How to put greek letters in latex knitr figure caption?

I searched for this, but wasn't able to find it. In a knitr document, I want to put $\alpha_1$ as the caption to a plot like so: <<fig.cap='$\alpha_1$'>>= plot(1:5,1:5) @ Trying to ...
2
votes
1answer
319 views

add latex to knitr multiple graphs

Hi I have some code producing multiple graphs with knitr mocked up below. The graphics grid that is produced is quite small and I'd like to add a \adjustbox{scale=1.25}{\includegraphic{**}} to the ...
2
votes
1answer
320 views

Insert LaTeX table in .Rnw file using RStudio

I am using RStudio and writing an .Rnw file to include LATEX and R codes. There is a table to be inserted, and I use standard LATEX codes within the .Rnw file, like \begin{table}[t] \caption{SUMMARY} ...
4
votes
1answer
347 views

Can I use a knitr inline expression in the title of a latex document?

I'd like to use a Knitr/Sweave in-line call (\Sexpr{}) in the title of a LaTeX document, after the \begin{document} command but before the \maketitle command. The in-line R code would extract one or ...
10
votes
2answers
561 views

Subfigures or Subcaptions with knitr?

Is it possible to produce subfigures (with associated subcaptions) using knitr? Here is a minimal working example: \documentclass{article} \begin{document} <<echo = FALSE, fig.cap = c("Some ...
4
votes
1answer
438 views

Error with R function using Knitr in Lyx

I am getting an error when using the summary() function using Knitr in Lyx. The functions preceding it works. <<>>= library(faraway) head(teengamb) mdl <- lm(gamble ~ sex + status, ...
0
votes
1answer
136 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 ...
1
vote
0answers
71 views

Ryacas latex expression in Knitr

I have the following RYacas expression: longrun_cost <- (c * mu) + h * ( lambda / (mu-lambda)) The latex expression of this is as follows : fmt <- sprintf("TeXForm(%s)", longrun_cost) ...
8
votes
2answers
250 views

Make Sweave or knitr put graphics suffix in `\includegraphics{}`

I just run into the (curious) problem that when submitting a (pdf)LaTeX manuscript to some Elsevier journal the filenames of figures needed to be complete in order to found by their pdf building and ...
9
votes
2answers
370 views

Code styling for black and white documents

One of the nice things about knitr is that you can easily change the colouring of R code. However, most documents are printed in black and white. So would be a good styling setting for R code when ...
3
votes
1answer
725 views

Linebreaks with knitr [duplicate]

Possible Duplicate: Adding a line break to code blocks in R Markdown Is there any option in knitr to preserve linebreaks in R code? After compiling the document, the code should be ...
2
votes
1answer
548 views

knitr with latex forloop

Sorry if this is a stupid question, but does anyone know how to loop over R functions in knitr? My problem thus far is passing the variable from latex to the R function. I am trying to do something ...
5
votes
1answer
276 views

knitr and UTF8 encoding

A few days ago, I started writing on a german R-Script. Unfortunately, the following code chunk doesn't work when I knit() the document: @ <<>>= รครถ <- ordered(c(1,3,2,2)) @ Can ...
11
votes
3answers
576 views

How to avoid using round() in every \Sexpr{}?

Is there a way to avoid the function round() when using Sweave/knitr? It's really annoying to write round(,2) in every \Sexpr{}. I would like to have two decimal places through the whole document. ...
14
votes
1answer
946 views

Align plots next to each other with knitr

I've been been using knitr for a couple of days now, it's great! :) At the moment I'm struggling to align two plots next to each other in the output file (.pdf). From my understanding this should be ...
1
vote
1answer
280 views

Way to automatically escape characters ('_','\' etc) using knitr

I m using Rstudio under Win7. Is there a way that knitr automatically escape a character? Please see below for a simpler example: \documentclass[a4]{article} \title{Example} \author{Stat-R} ...

1 2