search for: fig3

Displaying 7 results from an estimated 7 matches for "fig3".

Did you mean: fig
2013 Feb 13
2
sweave question
...39;s the same solution but without the backslash on the closing quotes. I tried that also but got a different error ) , Sweave doesn't like the start of the includegraphics command. The error I get from Sweave is #======================================================= Error: chunk 9 (label = fig3) Error : '\i' is an unrecognized escape in character string starting "\i" Execution halted :~/research/equity/projects/tree_returns/report> #===================================================== The code is below but if anyone is interested and thinks they need the whole file...
2012 Oct 30
1
print and execute functions in a package namespace
Let's say I have a package that consists of a set of functions, fig1(), fig2(), fig3() ..., each of which produces a plot, and perhaps some printed output, e.g., fig1 <- function() plot(1:10) fig2 <- function() plot(10:1) fig3 <- function() {y<-sample(1:10,10); plot(y); y} I'd like to produce a document (PDF or HTML) containing the listing of each function and i...
2003 Aug 20
1
Five functions proposed for base
...44 0 5 package:base 1657 8196 These environments are currently loaded. Verbose version of search(). > ll() Class Kb chinook data.frame 66 chinook.0 glm 244 coho data.frame 127 coho.0 glm 466 fig2 function 21 fig3 function 13 table3 data.frame 1 table4 data.frame 2 x numeric 1 y integer 1 z list 5 My workspace contains these objects. Verbose version of ls(). I think package:R.oo provides something similar. > elem(coho) Class K...
2008 Nov 29
3
including Sweave tangled code in '.Rnw' document
...r of ways using linux tools, but would like to know if there is a clean way to do so using LaTeX or Sweave so that the latest version of the code is included in my homework each time I run 'R CMD Sweave HW4.Rnw; pdflatex HW4.tex'. e.g I envision something such as: \begin{document} <<fig3, echo=false, results=hide, fig=true, eps=F>>= plot(runif(1000)) @ TA here is my code: % some manner of Sweave/LaTeX macro to include the R code tangled out of this '.Rnw' document % in this case it would just be 'plot(runif(1000))', perhaps manually enclosed in a verbatim en...
2011 Nov 21
1
Sensitivity and Specificity Forest Plots
....co.uk/imgres?q=forest+plots+of+sensitivity+and+specificity&um=1&hl=en&authuser=0&biw=1920&bih=989&tbm=isch&tbnid=JLxXNU7iQ2N_CM:&imgrefurl=http://www.medscape.com/viewarticle/717751_3&docid=NnthE8_KgNQZdM&imgurl=http://img.medscape.com/article/717/751/717751-fig3.jpg&w=857&h=734&ei=UnzKTvfTGIWC8gPnq4R7&zoom=1&iact=hc&vpx=1300&vpy=282&dur=19&hovh=208&hovw=243&tx=140&ty=108&sig=112892243842455187632&page=1&tbnh=123&tbnw=144&start=0&ndsp=69&ved=1t:429,r:20,s:0 The standard meta-analys...
2009 Feb 02
2
Sweave
...roduced! > Sweave("varioCoo.Rnw") Writing to file varioCoo.tex Processing code chunks ... 1 : echo term verbatim (label=read) 2 : echo term verbatim (label=prep1) 3 : echo term verbatim (label=prep2) 4 : echo term verbatim eps pdf (label=fig2) 5 : echo term verbatim eps pdf (label=fig3) 6 : echo term verbatim eps pdf (label=fig4) You can now run LaTeX on 'varioCoo.tex' Warning message: In readLines(f[1]) : incomplete final line found on 'varioCoo.Rnw' > texi2dvi("varioCoo.tex", pdf=T) Error in texi2dvi("varioCoo.tex", pdf = T) : Running...
2011 Aug 08
0
Odp: Fw: R function for Gage R&R
...(1+volop)]),type="b",pch=1:volop,col=1:volop,ylab="Prumer",axes=F) axis(side=1,at=1:volvzor,labels=levels(vzorek[,drop=T])) box() axis(2) legend(1,min(mat[,2:(1+volop)]),levels(operator[,drop=T]),pch=1:volop,col=1:volop,cex=.8,horiz=T,yjust=0,xjust=0) #fig3 hmdm<-c(mean(mat1$x)*sqrt(qchisq(.99865,opak,lower.tail=F)/(opak-1)), mean(mat1$x)*sqrt(qchisq(.99865,opak)/(opak-1))) plot(mat1$x,type="b",ylab="Smerod. odch") abline(h=mean(mat1$x),col=3) abline(h=hmdm,col=2) abline(v=posice+.5,col="gr...