<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Times New Roman; font-size: 12pt; color: #000000'><span style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: 12pt; ">Pessoal tenho tentado usar o Sweave, mas não dá certo onde estou errando, o arquivo que estou tentando rodar é este utilizando o TexnicCenter e R 2.13.1<br><br></span><div><div>\documentclass[a4paper]{article}</div><div><br></div><div>\title{Sweave Example 1}</div><div>\author{Friedrich Leisch}</div><div><br></div><div>\begin{document}</div><div><br></div><div>\maketitle</div><div><br></div><div>In this example we embed parts of the examples from the</div><div>\texttt{kruskal.test} help page into a \LaTeX{} document:</div><div><br></div><div><<>>=</div><div>data(airquality)</div><div>library(stats)</div><div>kruskal.test(Ozone ~ Month, data = airquality)</div><div>@</div><div>which shows that the location parameter of the Ozone </div><div>distribution varies significantly from month to month. Finally we</div><div>include a boxplot of the data:</div><div><br></div><div>\begin{center}</div><div><<fig=TRUE,echo=FALSE>>=</div><div>boxplot(Ozone ~ Month, data = airquality)</div><div>@</div><div>\end{center}</div><div><br></div><div>\end{document}</div></div><div><br></div><div><b>e </b></div><div><b>resulta neste anexo</b></div><div><br></div><div><div><br></div></div></div></body></html>