456 reputation
311
bio website danganothererror.wordpress.co…
location Ljubljana, Slovenia
age 29
visits member for 2 years, 10 months
seen May 14 at 9:20
stats profile views 36

I'm a biologist, mostly working in theoretical aspects of animal populations as well as solving 1001 other little problems. I spend my days in the coding dungeon and my tool of trade is R. I find it very useful for running simulations, doing data manipulation, statistics and shooting oneself in the foot (fortunes() pun intended). I am no stranger to field biology, where I mostly work with plants, butterflies and hoverflies.

I am also a PhD candidate in biostatistics at University of Ljubljana. I work with capture-mark recapture techniques and I fancy simulations, among others.

http://niphargus.info
http://metulji.biologija.org
http://danganothererror.wordpress.com


May
11
awarded  Nice Answer
May
6
asked wrapping a rotated table
May
2
comment LaTeX figures side by side
That % at the end of \end{subfigure} seems to be very important if you want the images to be side by side. :)
Apr
20
comment Using Notepad++ with MiKTeX and R (sweave) on Windows
How about using an IDE that already has workflows for R and Sweave integrated? I use Eclipse+StatET plugin and RStudio.
Feb
28
awarded  Notable Question
Feb
2
awarded  Yearling
Dec
20
awarded  Autobiographer
Dec
7
awarded  Popular Question
Oct
10
awarded  Popular Question
Sep
13
comment knitr and biblatex
The message seems to be very explicit. As a temp fix, you can run pdflatex on that .tex file again (outside Rstudio).
Sep
13
comment knitr and biblatex
Show us a reproducible example. Do you have use texi2dvi enabled? rstudio.org/docs/using/customizing
Apr
30
comment LaTeX/Sweave - How to reproduce code blocks in an appendix?
Are you missing an = after the last`>`?
Apr
15
answered Creating Boxed Check Mark
Feb
15
comment Dynamically count and return number of words in a section
Can you not just estimate the number of words, add some noise to the made up number and enter that? I think if the person responsible for processing your proposal is going to count the words, he/she needs to rethink his or her priorities. :)
Dec
29
comment \SweaveInput{…} with UTF-8 encoding?
\usepackage[utf8]{inputenc} doesn't work for you? I've used this on Windows and Linux and it worked both times. I must wonder, though, what is your real problem with encoding (image text not using localized characters?)?
Dec
5
comment Typesetting a directed, weighted graph with TikZ
If I'm not mistaking, you could something like that in R, and include the graphic either via a pdf, or automatically via Sweave.
Nov
17
comment How to sweave Matlab or Mathematica code into LaTeX.
What about dexy? dexy.it
Aug
17
accepted Redefining the label used in captions
Jul
27
awarded  Yearling
Jul
14
comment Sweave only produces NAs when using Umlauts.
I agree with @richiemorrisroe. That being said, what is the encoding of the file you're trying to Sweave? I keep all my files in utf-8.