Displaying 12 results from an estimated 12 matches for "auswertung".
2017 Jun 08
3
Paths in knitr
...ore
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_pie.png"></img>
b...
2017 Jun 12
2
Paths in knitr
...es.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://www.amazon.de/R-Packages-Hadle...
2017 Jun 12
0
Paths in knitr
...rectory-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 (
>...
2011 Dec 12
1
littler: Use for batch processing of data sets: How to pass filename?
...littler [1] and thought this will do the trick.
1. Read in data file to a data frame using `scan()`.
2. Do linear regression.
3. Write the data and the coefficients back to a file.
#!/usr/bin/env r
if (is.null(argv) | length(argv)!=1) {
cat("Usage: auswertung.r datafile \n")
q()
}
filename <- as.character(argv[1])
d = data.frame(x=scan("/tmp/data"))
write(sum(d$x), "/tmp/data.result", ncolumns=1)
Could someone help me how I can substitude `/tmp/data` with t...
2017 Jun 09
0
Paths in knitr
...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 reference...
2012 Sep 26
3
Broken Links on http://www.r-project.org
...t about this, so I am posting this here.
There are a few broken links on the R website.
1) http://www.r-project.org/search.html -> link to the Nabble R Forum. I belive the correct/new URL should be: http://r.789695.n4.nabble.com/
2) http://www.r-project.org/other-docs.html -> link to "Auswertung ?kologischer Daten". Not sure if there is a new URL.
3) http://www.r-project.org/other-projects.html -> link to Jim Lindsey's R page. I believe the correct/new URL should be: http://www.commanster.eu/rcode.html
Best,
Wolfgang
--
Wolfgang Viechtbauer, Ph.D., Statistician
Departm...
2004 Jun 11
3
Einlesen von Daten unter R
Sehr geehrte Damen und Herren,
An der Fachhochschule Winterthur wurde f??r mich im Rahmen einer
Diplomarbeit (Prof. Ruckstuhl) ein R-Programm zur Auswertung von
IR-Spektren (line-shape-Analyse zur quantitativen Analyse von
Gasmischungen) entwickelt. Die Daten werden einer Excel-Tabelle
entnommen. Bisher werden die spektroskopischen Daten ??ber den Inhalt von
64 Kan??len ??ber die RS232-Schnittstelle seriell mittels eines
Labview-Programmes in eine...
2003 Sep 16
0
Helpers for Squid
...------------------------
Der Inhalt dieser e-Mailnachricht ist ausschliesslich fuer den Adressaten bestimmt, gilt somit als persoenlich und vertraulich. Fur den Fall, dass Ihnen diese e-Mailnachricht irrtuemlicherweise zugestellt worden sein sollte, weisen wir Sie darauf hin, dass der Gebrauch, die Auswertung, Veroeffentlichung oder Verbreitung des Inhaltes untersagt ist. Auch bitten wir Sie, uns den irrtuemlichen Empfang dieser e-Mailnachricht mitzuteilen, damit dieser Fehler in Zukunft abgestellt werden kann.
Il contenuto di questa e-mail e destinato esclusivamente al destinatario stesso e deve inten...
2002 Aug 23
0
codec online test from "that" German IT-Magazin C't
...latz = lowest quality
----------------------------------------------------------------------------
final stepp 4
on your personal testpage is down under a boutton
"Weiter zur Bewertungsseite"
Klick this link to have a form for filling in your
votes.
A klick on boutton
"Weiter zur Auswertung"
will send your vote.
<p><p>Comment, you can go offline inbetween.
Greetings
Rob
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request@xiph.org&...
2006 Aug 03
2
run self written functions
Hello,
I'm not sure if I'm in the right place with my question...
I'm running R on Windows and wrote a function and saved it as .R file.
It looks like this:
bmi <- function(weight, height) {
bmi <- weight / height^2
bmi
}
If I want to use this function, I have to mark everything and then press
Ctrl-R. But then everything single line is executed on the command line,
2006 Jul 17
6
Nested functions
Hi there,
I'm having myself a hard time writing an algorithm for finding patterns
within a given melody. In a vector I'd like to find ALL sequences that
occur at least twice, without having to check all possible patterns via
pattern matching.
I finally found a solution in a style that I'm used from C, i.e. calling
one function from within another. GNU R doesn't seem to like that,