Displaying 4 results from an estimated 4 matches for "textsl".
Did you mean:
texts
2005 Dec 02
1
Sweave: How can I include S input in paragraph mode
Sweavers
As the title suggests I would appreciate any help to include S code in
ordinary paragraph mode. I can use the textsl font but is isn't the
same.
Thanks
Ross Darnell
2000 Mar 07
1
manova
>
> After running a MANOVA test, I used univariate Fs in
order to see
> which IV(s) was contributing the difference.
> However, I have been critised about it,
> and the reason I was given is:
>
> "MANOVA allows you to explore multiple
associations but
> does not excuse you from tracing out the causal
relationships
> for each variable. This does
2006 Sep 25
3
Best use of LaTeX listings package for pretty printing R code
This is what I have been using. Does anyone have a better way? In
particular I would like to see letters in comment strings not stretched
so much. Thanks -Frank
\documentclass{article}
\usepackage{listings,relsize}
\lstloadlanguages{R}
\newcommand{\lil}[1]{\lstinline|#1|}
\begin{document}
\lstset{language=R,basicstyle=\smaller,commentstyle=\rmfamily\smaller,
showstringspaces=false,%
2007 Jan 15
4
How to format R code in LaTex documents
Hi,
I am planning on putting some R script in an appendix of a LaTex
document. Can anyone recommend me a way of how to format it? Is there
a way to keep all line breaks without having to insert \\ in every
single line?
Thank you!
Benjamin