Topic 1: Descriptive Statistics and Graphs in jamovi


Welcome to Computer Lab 1 for the Data Analysis (DA) component of BIO2POS!

In DA Topic 1, we introduced the concept of variables, and discussed different measures we can use for describing data, such as mean, median and variance.

We also introduced hypothesis testing, which is a key component of statistical inference, and covered \(p\)-value and confidence interval calculations.

In this computer lab, you will start to learn how to use the statistical software jamovi, and conduct some descriptive and inferential statistical calculations using real data sets. You will learn how to compute descriptive statistics, produce various statistical tables and plots, and interpret jamovi output.

Don’t be alarmed if you see a lot of text in the following questions: much of it is guidance on navigating jamovi, in case you are not familiar with the software.


Learning Outcomes

These labs are designed to provide you with plenty of opportunities to practice different aspects of the statistical content covered in the lectures.

Each lab consists of core questions (with the 🌱 symbol) and extension questions (with the 🌳 symbol). Sometimes there may also be an AI-related question (with the 🚀 symbol).

For students who would like to learn R coding, some core questions have a dedicated R tab, which you can switch across to from the default jamovi tab.

  • We recommend that you aim to complete at least the core component question(s) within the scheduled lab time
  • If you have time, you can work through the extension component question(s) either during the lab, or later in your own time
  • We recommend that you aim to complete all questions before the next DA lecture

Having completed this lab, you will be able to obtain and discuss the following statistical outputs for a data set in jamovi:

  • descriptive statistics
  • bar charts
  • box plots
  • histograms
  • violin plots
  • confidence intervals


Before you begin, please check the following:

  1. Have you attended this week’s lectures/watched the lecture recordings?
  2. Have you completed this week’s DA online learning activity (if applicable)?
  3. Have you completed this week’s DA Quiz (if applicable)?

Please aim to complete Step 1 before starting this lab, as doing so will help you to better understand the content covered. Please aim to complete Steps 2-3 before the next week of DA content.

1 Software 🌱

jamovi

All the BIO2POS DA labs and assessments will use the jamovi software.

You can download jamovi free of charge here. Make sure to download the ‘solid option’ for your chosen operating system (the default download button is for Windows; just scroll down the webpage for the MacOS install file).

If you do not already have jamovi installed on your personal device, please install it now, and ask the lab demonstrator for assistance if you encounter any issues.

You can find jamovi video guides on the LMS, in the Week 2 tile.

R

If you would like to develop your statistics skills further, you may like to begin learning R. This will be beneficial if you intend to take the subject ENV3QRM in future.

R and RStudio are free to download for use on your personal devices.

We highly recommend you use RStudio for all R work (but you need R installed first, before you can install and use RStudio).

The RStudio IDE makes using R much easier.

2 Red Crab Data 🌱

To begin, we will focus on a small data set about red crabs from Christmas island (Green, 1997).

If you already have some experience with jamovi, then this exercise will serve as a refresher.

The red crab data set contains recorded values for variables including:

  • CW: The carapace width (mm)
  • LEG: The leg length (mm)
  • CLAW: Claw length (mm)
  • WEIGHT: Weight (grams)
  • SEX: The crab’s sex (M/F)
<span style='font-size:10px;'>Note. From File:Crab migration extra - chris bray-1 (cropped).jpg, by [ChrisBrayPhotography], 2019, Wikimedia Commons ([https://commons.wikimedia.org/](https://commons.wikimedia.org/)). [CC BY-SA 4.0 DEED](https://creativecommons.org/licenses/by-sa/4.0/deed.en)</span>

Figure 2.1: Note. From File:Crab migration extra - chris bray-1 (cropped).jpg, by [ChrisBrayPhotography], 2019, Wikimedia Commons (https://commons.wikimedia.org/). CC BY-SA 4.0 DEED

jamovi

2.0.1

This red crab data is available in this week’s tile on the LMS, in the file crab_data.omv. Download this file now, and save it on your computer. Also open up a text document (e.g. a Word document), in which you can write down your responses and save your jamovi output as you work through the lab.

It is recommended that you save all your lab work, e.g. on OneDrive, so that you can access it easily at a later date.

2.0.2

Open up jamovi, and click on the burger menu (the three horizontal white bars) on the top left. You should see a side panel appear. Click on Open, and load in the crab_data.omv file.

2.0.3

If you now check the Variables and Data tabs in jamovi, you should see all the crab variable names, and the recorded values for these variables.

2.0.4

How would you describe each of the variables, using the language introduced in the Topic 1A lecture? E.g. is CW categorical or numerical, ordinal, nominal, discrete or continuous, etc?

To check your thinking, you can click on the names of the variables in the Variables tab to bring up more information.

2.0.5 Descriptives

We will often start a data analysis with an inspection of the data.

In jamovi, click on the Analyses tab in the top menu bar, and then click on the Exploration section, and select Descriptives. We can use this section to produce various descriptive statistics and plots, to help us better understand our data. In the following steps, we will cover some of the options available to us.

2.0.5.1

To begin, drag the CW variable across to the Variables box. This will produce a descriptives table summarising key details about the CW variable.

Make a note of the CW mean, median, and standard deviation.

2.0.5.2

Note that we can easily assess multiple variables simultaneously. Try dragging another variable into the Variables box - you should see a second column added to the descriptives table.

2.0.5.3

You can also change the layout so that the descriptive statistics are shown in rows, rather than columns - try this now by changing the Descriptives selection box from Variables across columns to Variables across rows.

2.0.5.4

You will have noticed that there is also a box called Split by. We can split or separate our data by a categorical variable, to help highlight similarities and differences between different categories. Add the SEX variable to the Split by box, and make a note of the results.

Does it look like there is a large difference between the mean and median CW values for male and female red crabs?

2.0.6 Statistics

Directly below the Descriptives section, you should see drop-down sections entitled Statistics and Plots.

Let’s take a look at the Statistics section. If you click on this, you should see a number of bold headings and boxes appear. Many of these boxes are already ticked - these are the details provided by default when we produce a descriptives table in jamovi.

2.0.6.1

You can try ticking and unticking various boxes, to check the effect on the descriptives table in the Results section. At this stage of the semester, the most relevant new descriptive information to include is the IQR, and possibly the Variance (although we already have related information for this, in the form of the standard deviation).

Recall that the standard deviation is simply the square root of the variance.

2.0.6.2

With the CW split by SEX, click the Confidence Interval for Mean option in the Statistics section (under Mean Dispersion). Write down the 95% confidence intervals for the male and female crabs’ carapace width, in the form \[(\text{lower value, upper value})\]

If you compare these intervals, what do you notice? Is there evidence to suggest that the average carapace width is different between male and female red crabs? Make sure to explain your reasoning clearly.

2.0.7 Plots

Rather than assessing data solely in a table format, it is often beneficial to visualise the data. Producing plots and graphs can help convey key details of the data clearly and make interpretation easier.

Click on the Plots drop-down section below the Statistics section, and take a look at the different options available.

2.0.7.1

To begin, create a histogram of CW by clicking the Histogram button. At this stage, do not split by SEX.

Comment on the shape of the data. Does the distribution look symmetric, or skewed?

2.0.7.2

Add a density curve to the histogram, by clicking the Density button.

2.0.7.3

Next, create a box plot of the CW values, with the outliers (if any) labelled.

If you would like to show the individual observations, you can click the Data box in the Box Plots column.

Recall that the line in the middle of a box plot shows the median, not the mean! If you would like to also show the mean, you can select the Mean option in the Box Plots column.

2.0.7.4

If we would like to show both the spread of our data, and the density of the data at a certain point, all in the one plot, then we can use a violin plot. You can think of a violin plot as a combination of a box plot and a density plot.

Click on the Violin box in the Box Plots column, and comment on the output.

  • Which of the plots you have produced so far (histogram, box plot, violin plot) do you prefer? If you are in a lab class, discuss this with the person sitting next to you and/or your lab demonstrator.

2.0.8

jamovi is somewhat limited in terms of personalising graphs and plots. If you would like to change details such as axes labels, then we can do this for each relevant variable name (e.g. CW) by navigating to the Variables tab along the top menu, clicking on the chosen variable name, and then editing the name in the box that appears. This should automatically update any Results you have produced (tables, plots etc).

Try changing the CW variable name to Carapace Width. If you get stuck, check with your lab demonstrator.

2.0.8.1

If you click on the three vertical dots on the top right hand side of jamovi, you will notice that you can change various details, such as Zoom, Results layout, and Plots layout. This is the main (and currently only) way to really change the appearance of plots in jamovi.

The default appearance is fine, but you may like to test out the different options available in the Plot theme and Color palette settings, to find an alternative presentation you prefer (I am currently using Minimal and Dark2).

2.0.9

To conclude our overview of the Exploration section, create a histogram (with density overlaid), a box plot and a violin plot of Carapace Width, now split by SEX.

Comment on your results. Do you think that splitting the data by SEX has been useful? What new details do you observe, as a result of splitting the data by SEX?

R

2.0.10

This red crab data is available in this week’s tile on the LMS, in the file crab_data.omv. Download this file now, and save it on your computer. Also open up a text document (e.g. a Word document), in which you can write down your responses and save your R output as you work through the lab. Alternatively, you can simply save your R script, as the code you write is reproducible.

It is recommended that you save all your lab work, e.g. on OneDrive, so that you can access it easily at a later date.

2.0.11

Open up R, and open a new R script (Ctrl + Shift + N in Windows, or got to File -> New File -> R Script).

To open .omv files in R, we’ll need to first install a new package (basically, a package is a bundle of code and data which contains various functions and features designed to do specific things).

Copy-paste the following two lines of code into your script file, and then run them, one line at a time.

To run a line of code in RStudio, just have your cursor on that line, and click the Run Selected Line(s) button at the top right of the script (where the green arrow is, see reference image below). Your line of code will then be run, or executed, and you should see the code and some other output appear in the Console section below your script file.

install.packages("jmvReadWrite") # this line installs the package we need
library(jmvReadWrite) # this line loads the package in our current session
# Note that anything after a # is called a comment in R, and isn't treated as executable code

Then, copy-paste the following line of code into your script file, below your other lines of code, and then run it.

crab_data <- read_omv("crab_data.omv") # This line loads our crab data set into RStudio, 
# and stores the data in an object we've called crab_data

You should now see crab_data listed in the Environment section of RStudio in the top right (see reference image below) - this means the data is loaded in RStudio, and ready for analysis!

2.0.12

If you now left click on crab_data in your Environment section, a new tab will open showing you the data. We won’t use this tab for our analyses, but it can be a useful way to quickly check your data has loaded in correctly. You should see all the crab variable names, and the recorded values for these variables.

2.0.13

How would you describe each of the variables, using the language introduced in the Topic 1A lecture? E.g. is CW categorical or numerical, ordinal, nominal, discrete or continuous, etc?

To check your thinking, you can hover over the column names of the variables.

2.0.14 Descriptives

We will often start a data analysis with an inspection of the data.

In RStudio, a quick way to do this is to use the summary function, i.e.:

summary(crab_data) 
# Here, we put the data we want to summarise within the ( ) brackets 
# Technically, we would say crab_data is the first `argument` being used
# In the summary function

In RStudio, we can produce various descriptive statistics and plots, to help us better understand our data. In the following steps, we will cover some of the options available to us.

2.0.14.1

To begin, suppose we want to focus solely on the CW variable. Because our crab_data is stored as a data frame object (run class(crab_data) if you’d like to check), we can use a shortcut to access specific variables stored within the data frame. First, we write the name of our object, crab_data, and then we add $. RStudio will then prompt you to select which specific variable within the crab_data data frame you want to look at - you can either click the variable name in the prompt pop-up window, or type it after the $.

The code below shows you how this is done for the CW variable.

summary(crab_data$CW)

This will produce a descriptives table summarising key details about the CW variable.

Make a note of the CW mean, median, and standard deviation.

2.0.14.2

Try viewing the details for another variable now, using this process.

2.0.14.3

R is very flexible, and there are often several ways to achieve the same outcome. In the interests of keeping things simple and not introducing additional packages or unnecessary complexity, we’ll aim to wherever possible use the inbuilt ‘base’ R packages (although for loading .omv files, we did need that extra jmvReadWrite package).

If we would like to split or separate our data by a categorical variable, to e.g. help highlight similarities and differences between different categories, a simple way to do this in RStudio is to use the by function. Take a look at the code below, and then run it, to separate the CW results by SEX.

by(crab_data$CW, crab_data$SEX, summary) 
# Here the first argument is the data we're focusing on, CW
# The second argument is the variable we're using to split CW by
# The third argument is the function we're using, on the split data

Does it look like there is a large difference between the mean and median CW values for male and female red crabs?

2.0.15 Statistics

One important statistic that we haven’t checked yet is the variance. To obtain this for a variable, we can use the var function, like this:

var(crab_data$CW)

To find the standard deviation, we could use the sd function in a similar fashion, or use the square root function sqrt. Try these now, and verify that you obtain the same result. Use the code above as a guide.

Recall that the standard deviation is simply the square root of the variance.

2.0.15.1

If we would like to check statistical inference details like a confidence interval, technically we’d need to first conduct a statistical test. We won’t cover such tests until later in the semester, so at this point, we’ll skip this, but you can check the jamovi tab for details on how to interpret confidence intervals, and we’ll return to this soon.

2.0.16 Plots

Rather than assessing data solely in a table format, it is often beneficial to visualise the data. Producing plots and graphs can help convey key details of the data clearly and make interpretation easier.

To create plots in R, we’ll need to use specific functions. Different packages can create different types of plots (e.g. plotly can create interactive plots!), but we’ll keep things simple for the moment - email me if you’d like to learn more though.

2.0.16.1

To begin, let’s create a histogram of CW, using the hist function, as shown in the following code:

hist(crab_data$CW)

Comment on the shape of the data. Does the distribution look symmetric, or skewed?

2.0.16.2

Next, let’s create a box plot of the CW values, using the boxplot function, as shown in the following code:

boxplot(crab_data$CW, ylab = "Carapace Width (mm)")

Recall that the line in the middle of a box plot shows the median, not the mean!

2.0.16.3

If we would like to show both the spread of our data, and the density of the data at a certain point, all in the one plot, then we can use a violin plot. You can think of a violin plot as a combination of a box plot and a density plot.

To create violin plots in RStudio, we will need to install and load a new package, vioplot. Let’s do that now:

install.packages("vioplot")
library(vioplot)
# We can now use the vioplot function, as follows:
vioplot(crab_data$CW, main = "Violin Plot of Carapace Width (mm)", col = "purple", xaxt = "n")

Which of the plots you have produced so far (histogram, box plot, violin plot) do you prefer? If you are in a lab class, discuss this with the person sitting next to you and/or your lab demonstrator.

2.0.17

Unlike jamovi, R is extremely versatile in terms of personalising graphs and plots, although the coding element can take time to master.

Take a look at the code chunk below, run the code, and see if you can follow which part of the code is making which change - and then play around with adjusting details, to test your understanding. If you get stuck, check with your lab demonstrator.

hist(crab_data$CW, col = "green", main = "Crab Carapace Width Histogram", xlab = "Crab Carapace Width (mm)", ylab = "Frequency", freq = TRUE)
hist(crab_data$CW, col = "red", main = "Crab Carapace Width Histogram \n with density curve overlaid", xlab = "Crab Carapace Width (mm)", ylab = "Density", freq = FALSE)
lines(density(crab_data$CW), col = "black", lwd = 2)

2.0.18

If we would like to produce e.g. histograms of CW split by SEX, we can do this in several ways. For display purposes, it might be nice to see these side by side, so first we’ll run this code:

par(mfrow = c(1, 2))

To prepare the plots window to now plot 2 plots side-by-side.

Next, we’ll subset the CW variable to focus on the male and female crabs separately, as follows:

hist(crab_data$CW[crab_data$SEX == "M"], main = "Male", xlab = "Carapace Width (cm)")
hist(crab_data$CW[crab_data$SEX == "F"], main = "Female", xlab = "Carapace Width (cm)")
par(mfrow = c(1, 1))  # Reset to single plot

2.0.19

To conclude our overview of creating simple plots in RStudio, try now to create a histogram (with density overlaid) of WEIGHT, split by SEX. If you feel up to it, try this for a boxplot and violin plot too.

Comment on your results. Do you think that splitting the data by SEX has been useful? What new details do you observe, as a result of splitting the data by SEX?


If you feel comfortable with the steps covered so far, that’s great!

If you would like to practice the previous steps, you could try repeating them using e.g. CLAW instead of CW.


3 Shore Crab Data 🌱

Now that you have had a chance to cover the steps for producing descriptive statistics and plots in jamovi, we will introduce a new, slightly more detailed data set for analysis.

Continuing our crab theme, we will look at data on camouflage characteristics of shore crabs (Carcinus maenas) from the Cornish peninsula in the UK, collected as part of a study by Stevens et al. (2014). You can access the paper via this link, and it makes for an interesting read.

<span style='font-size:10px;'>Note. From File:Carcinus maenas 138761951.jpg, by [Victor Heng](https://www.inaturalist.org/users/3275949), 2021, Wikimedia Commons ([https://commons.wikimedia.org/](https://commons.wikimedia.org/)). [CCO 1.0 DEED](https://creativecommons.org/publicdomain/zero/1.0/deed.en)</span>

Figure 3.1: Note. From File:Carcinus maenas 138761951.jpg, by Victor Heng, 2021, Wikimedia Commons (https://commons.wikimedia.org/). CCO 1.0 DEED

The shore crab data from this paper is available in this week’s tile on the LMS, in the file shore_crabs.omv. Download this file now, and open it in jamovi.

You will notice that there is a large number of variables in this data set. For the purposes of this lab, we will focus on the following (although you are welcome to assess additional variables):

  • Site: The location the recording was made
  • Maturity: The maturity of the crab (i.e. adult, not adult)
  • Carapace width: The carapace width of the crab

3.0.1

To begin, produce a descriptives table, and a histogram and box plot of the shore crabs’ carapace widths.

Comment on the distribution of the data - does it appear to be symmetric or skewed? Based on your choice, which measure of location would be better to report?

3.0.2

Split the data by Site, and reassess the plots. Do you observe any interesting differences across the sites?

3.0.3

Split the data by both Site and Maturity, and reassess the plots. Do you notice any major changes between the immature and mature crabs at the different sites?

3.0.4

So far, we have not created any Bar Plots. These can be helpful when we are assessing data across different categories of a categorical variable. In the Plots drop-down section, click the Bar Plot box to produce a Bar Plot.

3.0.5

In your Split by box, you should have two variables - Site and Maturity. Surprisingly, the order in which they are placed has a direct impact on the resultant plots produced. Try switching the order now, and observe the changes in the plots.

3.0.6

Write a short summary of the shore crab data, focusing on either the mean or median (whichever you believe is more appropriate) carapace width of the crabs. You can focus on the differences between sites, or the differences between immature and mature crabs, or both.


Well done on completing the previous core questions - you have now covered the main content for this lab! The following extension questions (denoted by the 🌳 symbol) will help consolidate your understanding and extend your skill set.


4 AI Prompt Writing 🚀

By now, you most likely have interacted with one or more generative artificial intelligence (genAI) large language model (LLM) tools, such as ChatGPT or Copilot. In order to help prepare students for a world where (for better or worse) AI is part of everyday professional and academic practice, La Trobe now offers Copilot Chat for all students, and is rolling out ChatGPT Edu access.

I would encourage all students to familiarise themselves with the current LTU policy on AI. For the DA Assessments, Full AI usage is acceptable, as I don’t want you worrying about what you are and aren’t allowed to do - the focus should be on developing your knowledge and skills.

However, and more importantly, it’s the way(s) in which you use AI which matter.

As a simple example of crafting a useful prompt, which of the following two prompts do you think will produce a more helpful response? (click on the boxes to expand them)

Option 1 Analyse this for me
Option 2 Here’s a .omv file containing data on red crabs from Christmas Island. Can you provide me with summary statistics, in particular variance and standard deviation, for all the numeric variables in this crab_data.omv file? I’m also not sure how to interpret standard deviation, can you give me some examples to help clarify the concept, using this crab data?


Have a group chat with the other students in your lab, and your demonstrator, and discuss your experiences with using genAI. You may like to share some tips or tricks, or recount a time when genAI gave an unexpected answer.

5 Pea Plant Data 🌳

The red crab data we assessed in Question 2 had been nicely cleaned and prepared for analysis, and only some of the shore crab data from Question 3 was assessed, for simplicity. However, in practice it can often be the case that we are provided with raw, messy data, with missing or incorrectly recorded values. Such data will require cleaning, preparation and entry into a proper file format, before we can begin to consider conducting an actual statistical analysis. While it may not be your job as an analyst to perform such preparatory steps, sometimes you may not have much of a choice, due to time and budget constraints, or other limitations. Regardless, having some experience with interpreting, cleaning and preparing raw data is a valuable skill.

Background Information

Figure 5.1 below contains raw, messy data recorded as part of an experiment in an LTU BIO1AP lab class in 2022. In this experiment, dwarf pea plant (Pisum sativum) seedlings were exposed to different concentrations of gibberellic acid (GA), in order to study the effect of GA application on plant growth. These dwarf pea plants are naturally deficient in GA, due to a mutation of a gene in the pathway for biosynthesis of GA. Therefore it is of interest to determine if application of GA to the seedlings has an impact.

For the experiment, each pea plant seedling was assigned to one of three groups, and then carefully sprayed:

  • C: a control group, were sprayed with water
  • TA: a treatment group, were sprayed with a 25mg/L solution of GA
  • TB: a treatment group, were sprayed with a 50mg/L solution of GA

The height of the seedlings was then recorded at a later date. The pea plant data in Figure 5.1 has pea plant height (in mm) recordings, for the three treatments, across 7 different benches.

Note that the number of seedlings (1 to 6) in each of the three groups varied between benches, and that some recordings were crossed or scribbled out (perhaps due to the seedling being damaged or dying).

<span style='font-size:10px;'>Pea Plant Raw Data</span>

Figure 5.1: Pea Plant Raw Data

5.1

Suppose we would like to conduct an exploratory analysis of this pea plant data in jamovi. Our first step would be to record the data in an appropriate format in jamovi.

Take a look at the data in Figure 5.1 above, and consider how we might best record this information in jamovi. Discuss potential options with other students and/or your lab demonstrator.

5.2

In jamovi, click on the burger menu on the top left, and select New, to open a new jamovi window. You can now begin to add in the pea plant data to the spreadsheet in the Data section.

Based on your considerations in 5.1, you should have determined that an appropriate way in which to prepare the data for analysis is something along the lines of the following steps. Complete these steps now:

  1. In the Variables section, rename variable A to Seedling Height, and rename variable B to Treatment Type. You will have to determine what type of variable each of these are.

  2. In the Data section, manually type in the data from Figure 5.1 into the appropriate column. For the purposes of this lab, do not make a distinction between the different benches. Do not include recorded values which are crossed or scribbled out. For recorded values which are hard to read, either exclude them or type in your best guess - it’s up to you.

If you are stuck on a value, you may like to discuss this with other students and/or the lab demonstrator.

5.3

With the pea plant data now nicely recorded in jamovi, it is time to compute some descriptive statistics and plots. Using the appropriate processes, complete the following questions:

If you are not sure how to approach one or more of the jamovi-related questions below, use the steps outlined in Questions 2 and 3 as a guide.

5.3.1

Produce a descriptives table and a bar plot for the treatment groups.

5.3.2

What percentage of seedlings (that survived) were in each treatment group?

5.3.3

Create histograms of the seedling heights, for each treatment group.

5.3.4

What is the overall sample size for this data?

5.3.5

What is the mean seedling height, overall and for each treatment group? Which treatment group has the highest mean height?

5.3.6

Provide a brief interpretation of the 95% confidence intervals reported.

Using these confidence intervals, can you conclude anything about the mean heights of the seedlings in the different treatment groups?

5.3.7

Take a few minutes to think about the study design for this experiment. When preparing the experiment, what are some key factors or steps that may have been considered? Discuss your thoughts with other students and/or the lab demonstrator.

5.3.8

Copy all the relevant jamovi output into your Word document, for your records.


6 Lyrebird Paper Review 🌳

<span style='font-size:10px;'>Note. From File:Menura novaehollandiae novaehollandiae - Flickr - Lip Kee.jpg, by [Lip Kee](https://www.flickr.com/people/64565252@N00), 2014, Wikimedia Commons ([https://commons.wikimedia.org/](https://commons.wikimedia.org/)). [CC BY-SA 2.0 DEED](https://creativecommons.org/licenses/by-sa/2.0/deed.en)</span>

Figure 6.1: Note. From File:Menura novaehollandiae novaehollandiae - Flickr - Lip Kee.jpg, by Lip Kee, 2014, Wikimedia Commons (https://commons.wikimedia.org/). CC BY-SA 2.0 DEED

In the recent ED lecture slides, the paper by Nugent et al. (2014) on the interactions between lyrebirds and fire in south-eastern Australia was discussed.

This paper contains several tables of descriptive and inferential statistics.

Microsoft Copilot was used to summarise the statistical information in the paper, via the following prompt:

  • Summarise the statistical information and key statistical results from the following paper: Nugent, D. T. and Leonard, S. W. J. and Clarke, M. F. (2014). Interactions between the superb lyrebird (Menura novaehollandiae) and fire in south-eastern Australia. Wildlife Research, 41(3), 203-211

The AI output is included in the chunk below (minimised by default). Click on the symbol to expand the section, and have a quick look over the output.

AI answer

Certainly! In the study titled “Interactions between the superb lyrebird (Menura novaehollandiae) and fire in south-eastern Australia,” conducted by Daniel T. Nugent, Steven W. J. Leonard, and Michael F. Clarke, the researchers investigated the relationship between superb lyrebirds and fire in fire-prone Eucalyptus forests. Here are the key statistical findings:

Lyrebird Foraging and Litter Fuel Loads: Lyrebirds are important ecosystem engineers that accelerate litter decomposition in Eucalyptus forests through their foraging behavior. Lyrebird foraging significantly reduces litter fuel loads by approximately 25% (1.66 t/ha) in areas where they are free to forage. This reduction in surface fuel loads may inhibit fire spread.

Fire Behavior Modeling: Fire-behavior models were used to assess the potential influence of lyrebird scratchings on fire behavior. Lyrebird foraging led to a lower likelihood of fire occurrence and less intense fire.

Distribution and Foraging Patterns: Lyrebirds were present in both unburnt and ground-burnt sites at the landscape scale. They favored foraging in unburnt patches within patchily burnt sites. The distinct vegetation structure and composition between burnt and unburnt patches influenced lyrebird distribution and foraging patterns.

Implications: Alternative stable states may emerge in Eucalyptus forests due to feedback mechanisms among lyrebirds, vegetation, and fuel accumulation. Considering the ecological role of lyrebirds is crucial for forest fuel management and conservation in extensive, fire-prone forests in south-eastern Australia

6.1

One thing you may have noticed is that, while this seems to be a helpful summary, no descriptive statistics (e.g. means, standard deviations etc) are actually discussed. This may be due to a sub-optimal prompt, but it highlights the fact that while AI tools can often assist us in our learning, it is always good to check things ourselves.

6.1.1

Access the Nugent et al. (2014) paper via the LTU library, and take a look at Tables 1-4. We will discuss the tests used later in the semester, and you are not expected to read the paper in depth - at this stage, your main objective is to try and understand the presentation of the data in these tables, specifically the mean and standard deviation descriptive statistics.

Discuss the tables’ details with other students and/or the lab demonstrator.


Great work! That concludes the DA Topic 1 jamovi computer lab.


Before you finish up, make sure to save both your Word document and your pea plant jamovi (.omv) file to your OneDrive, for future reference.


References

Green, P. T. (1997). Red crabs in rain forest on Christmas Island, Indian Ocean: activity patterns, density and biomass. Journal of Tropical Ecology, 13(1), 17-38

Nugent, D. T., Leonard, S. W. J. and Clarke, M. F. (2014). Interactions between the superb lyrebird (Menura novaehollandiae) and fire in south-eastern Australia. Wildlife Research, 41(3), 203-211

Stevens, M, Lown, A. E. and Wood, L. E. (2014). Camouflage and Individual Variation in Shore Crabs (Carcinus maenas) from Different Habitats. PLOS ONE 9(12): e115586. https://doi.org/10.1371/journal.pone.0115586


These notes have been prepared by Rupert Kuveke. The copyright for the material in these notes resides with the author named above, with the Department of Mathematical and Physical Sciences and with the Department of Environment and Genetics and with La Trobe University. Copyright in this work is vested in La Trobe University including all La Trobe University branding and naming. Unless otherwise stated, material within this work is licensed under a Creative Commons Attribution-Non Commercial-Non Derivatives License BY-NC-ND.