Displaying 6 results from an estimated 6 matches for "analysen".
Did you mean:
analyses
2017 Jun 08
3
Paths in knitr
...using separate R scripts) before
compiling the report, thus all plots reside in my graphics directory. The
RMarkdown report needs to access these files. I have defined
```{r setup, include = FALSE}
knitr::opts_knit$set(
echo = FALSE,
xtable.type = "html",
base.dir = "H:/2017/Analysen/Kundenzufriedenheit/Auswertung",
root_dir = "H:/2017/Analysen/Kundenzufriedenheit/Auswertung",
fig.path = "results/graphics") # relative path required, see
http://yihui.name/knitr/options
```
and then referenced my plot using
<img src = "email_distribution_p...
2017 Jun 12
2
Paths in knitr
...me, e.g.
https://philmikejones.wordpress.com/2015/05/20/set-root-directory-knitr/.
Unfortunately, it does not work for me.
I am using a RStudio project file. Could it be that this interferes which
the knitr options?
I tried the solution that Duncan suggested:
c_path_plots <-
"H:/2017/Analysen/Kundenzufriedenheit/Auswertung/results/graphics
`r knitr::include_graphics(file.path(c_path_plots,
"email_distribution_pie.png"))`
This solution works fine. I will go with it for this project as I have to
finish my report soon.
I read Hadley's book on bulding R Packages (
https:/...
2017 Jun 12
0
Paths in knitr
...ss.com/2015/05/20/set-root-directory-knitr/.
> Unfortunately, it does not work for me.
>
> I am using a RStudio project file. Could it be that this interferes which
> the knitr options?
>
> I tried the solution that Duncan suggested:
>
> c_path_plots <-
> "H:/2017/Analysen/Kundenzufriedenheit/Auswertung/results/graphics
>
> `r knitr::include_graphics(file.path(c_path_plots,
> "email_distribution_pie.png"))`
>
> This solution works fine. I will go with it for this project as I have to
> finish my report soon.
>
> I read Hadley's b...
2017 Jun 09
0
Paths in knitr
...The
> > > RMarkdown report needs to access these files. I have defined
> > >
> > > ```{r setup, include = FALSE}
> > > knitr::opts_knit$set(
> > > echo = FALSE,
> > > xtable.type = "html",
> > > base.dir = "H:/2017/Analysen/Kundenzufriedenheit/Auswertung",
> > > root_dir = "H:/2017/Analysen/Kundenzufriedenheit/Auswertung",
> > > fig.path = "results/graphics") # relative path required, see
> > > http://yihui.name/knitr/options
> > > ```
> > >
&g...
2012 Aug 08
3
help, please! matrix operations inside 3 nested loops
hello, this is my script:
#1) read in data:
daten<-read.table('K:/Analysen/STRUCTURE/input_STRUCTURE_tab_excl_5_282_559.txt',
header=TRUE, sep="\t")
daten<-as.matrix(daten)
#2) create empty matrix:
indxind<-matrix(nrow=617, ncol=617)
indxind[1:20,1:19]
#3) compare cells to each other, score:
for (s in 3:34) { #walks though the matrix colum by colu...
2008 Aug 18
3
lmer and scale parameter in glmm model
An embedded and charset-unspecified text was scrubbed...
Name: nicht verf?gbar
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20080818/93600a91/attachment.pl>