Publications by Ralph

Creating a Presentation with LaTeX Beamer – Basic Slides

05.07.2010

In a previous post we looked at using the LaTeX beamer package to create presentations. Given a title page and outline of a presentation the next stage will be to create the content that appears in various slides of the presentation. Fast Tube by Casper To create a slide we make use of the frame environment and the first argument is the title for...

1479 sym R (109 sym/1 pcs) 2 img

Creating a Presentation with LaTeX Beamer – Bullet Lists

10.07.2010

When writing a presentation we might want to use a bullet list to highlight some key points that might be lost if they are part of a large body of text. We can use the standard LaTeX environments for creating lists within a beamer presentation in a straightforward way. Fast Tube by Casper The bullet lists can be created using the itemize or enume...

1415 sym R (301 sym/1 pcs) 2 img

Creating a Presentation with LaTeX Beamer – Tables

14.07.2010

Tables of information can be included in a LaTeX beamer presentation in the same way that they would be incorporated into any other LaTeX document. The tabular environment is used and, if necessary, the tables could be numbered but this probably doesn’t make as much sense as labelling and numbering tables within an article or book. Fast Tube by...

1167 sym R (261 sym/1 pcs) 2 img

Generating Balanced Incomplete Block Designs (BIBD)

16.07.2010

The Balanced Incomplete Block Design (BIBD) is a well studied experimental design that has various desirable features from a statistical perspective. The crossdes package in R provides a way to generate a block design for some given parameters and test wheter this design satisfies the BIBD conditions. For a BIBD there are v treatments repeated r ...

1752 sym R (521 sym/4 pcs)

Creating a Presentation with LaTeX Beamer – Boxes

19.07.2010

We can add coloured boxes with text or mathematics into a LaTeX beamer presentation which is particularly useful if we have definitions, theorem or computer code to highlight this information that may not be so accessible within a paragraph of text. Fast Tube by Casper The easiest way to create a box is to use the various pre-defined environments...

1048 sym R (270 sym/2 pcs) 2 img

Creating a Presentation with LaTeX Beamer – Equations and tikz

23.07.2010

Many presentations created using LaTeX beamer included mathematical equations and these can be easily included in a presentation and in this post we will consider using the tikz package to add various interesting elements to equations, such as lines between text on a slide and part of an equation. Fast Tube by Casper The examples on this page hav...

3259 sym R (1021 sym/7 pcs) 2 img

Creating a Presentation with LaTeX Beamer – Including Images from Graphics Files

07.08.2010

It will often be more efficient to generate graphics in an external software package and then include these files in a LaTeX beamer presentation. The standard LaTeX approach to including graphics can be utilised to perform this task. Fast Tube by Casper The graphicx is useful for including graphics files in a presentation and this package has a c...

1376 sym R (65 sym/2 pcs) 2 img

Useful functions for data frames

09.08.2010

The R software system is primarily command line based so when there are large sets of data it is not easy to browse the data frames. There are various useful functions for working with data frames. For example, after loading data from a text file we might want to view the first few lines of a set of data. The functions head and tail return the fi...

1220 sym R (1029 sym/3 pcs)

Charting the performance of cricket all-rounders – IT Botham

16.08.2010

Cricket is a sport that generates a large volume of performance data and corresponding debate about the relative qualities of various players over their careers and in relation to their contemporaries. The cricinfo website has an extensive database of statistics for professional cricketers that can be searched to access the information in various...

4317 sym R (2574 sym/8 pcs) 8 img

Creating a Presentation with LaTeX Beamer – Using Overlays

25.08.2010

Overlays can be used in a LaTeX beamer presentation to reveal parts of a slide sequentially, which can be a useful way of imparting information to your audience. There are a number of different ways that overlays can be created depending on the sophistication required in the presentation. Fast Tube by Casper The pause command is the easiest way t...

1326 sym R (653 sym/2 pcs) 2 img