If its a non-personal question about stats, can I ask you to use the discussion board

TLDR: Use the discussion board on blackboard, if it is not an issue that requires confidentiality. You've received this link because you emailed me a questions about statistics and R in BS1040/BS1070/MB1080 or BS2004 by email. As stated at the start of the course, its not productive for me to answer questions by email. Rather … Continue reading If its a non-personal question about stats, can I ask you to use the discussion board

Changing the number of authors displayed using natbib

It's often useful to truncate the number of authors displayed in bibliographies. Think of those endless genome papers. Equally journals can have rules about it. There are lots of questions about it in forums and after much searching I found an answer using our favorite bibtex style, natbib. This is taken from stackexchange. Basically you … Continue reading Changing the number of authors displayed using natbib

Converting .pdf to .tif in Ubuntu

To submit to Evolution Letters (and maybe other journals), you need to submit your figures as .tif or .eps files with 300dpi resolution. To convert .pdf to .tif on Ubuntu (Linux). sudo apt-get install imagemagick gs -q -dNOPAUSE -r300x300 -sDEVICE=tiff24nc -sOutputFile=output.tif input.pdf -c quit Turns out these files are huge and the submission system has … Continue reading Converting .pdf to .tif in Ubuntu

Outline of first year data analysis course

This outline is mainly for people who aren't first year undergrads at Leicester, but who might be interested in using this course to improve their data analysis or get a taste for R. There are mini lectures and associated practical sessions. The lectures slides might not make sense by themselves, but will give you an … Continue reading Outline of first year data analysis course