Displaying 1 result from an estimated 1 matches for "treatmentasdfasdfasdfasdf".
2008 May 26
1
Sweave does not respect width
...r example,
consider the following document (adapted from the GLM example):
\documentclass{article}
\begin{document}
<<setup,include=FALSE,echo=FALSE>>=
options(width=80)
@
<<test>>=
countsasdfasdfasdf <- c(18,17,15,20,10,20,25,13,12)
outcomeasdfasdfasdf <- gl(3,1,9)
treatmentasdfasdfasdfasdf <- gl(3,3)
glm.D93 <- glm(countsasdfasdfasdf ~ outcomeasdfasdfasdf +
treatmentasdfasdfasdfasdf, family=poisson())
@
\end{document}
When I compile this, treatmentasdfasdfasdfasdf sticks out into the right
margin. The linebreak is inserted after the last comma, so that the line as
printed is...