Displaying 2 results from an estimated 2 matches for "data_transition_wide".
2009 Jul 26
3
Sweave, cacheSweave, and data frame
...olution to my problem. I only have on problem. Here
is what I did:
----------------------------------------------
<<results=hide,echo=false>>=
library(foreign)
library(Zelig)
library(memisc)
options(digits=4)
@
<<echo=false>>=
d <- read.dta("~/project/abortion/data/data_transition_wide.dta")
@
...
----------------------------------------------
It can be compiled using "Sweave.sh foo.Rnw", but when I tried "Sweave.sh -c
foo.Rnw", I got error message:
"...Processing code chunks ...
1 : term hide
Error in data.frame(chunk = options$label, chunkprefi...
2009 Dec 07
0
Sweave, cacheSweave, and data frame
...s what I did:
>
> ----------------------------------------------
> <<results=hide,echo=false>>=
> library(foreign)
> library(Zelig)
> library(memisc)
> options(digits=4)
> @
>
> <<echo=false>>=
> d <- read.dta("~/project/abortion/data/data_transition_wide.dta")
> @
>
> ...
>
> ----------------------------------------------
>
> It can be compiled using "Sweave.sh foo.Rnw", but when I tried "Sweave.sh -c
> foo.Rnw", I got error message:
> "...Processing code chunks ...
> 1 : term hide
> E...