Menu
Log in


A good use of AI

  • 22 May 2026 8:43 AM
    Reply # 13634554 on 13633742

    Given this thread, this SSAI (Education Section) event may be of interest to some:

    GenAI in Statistics Education: Opportunities, Risks, and Real Practice

    https://www.statsoc.org.au/event-6696028

    Key Learnings from attending webinar

    Participants will have the opportunity to:

    • explore practical uses of Generative AI in statistics education,
    • hear real examples of AI-supported teaching practices in large first-year classes,
    • discuss challenges related to assessment, academic integrity, and student learning,
    • exchange ideas and experiences with other educators, and
    • reflect on how AI may reshape teaching and learning in statistics education.


  • 21 May 2026 1:50 AM
    Reply # 13633961 on 13633742

    I agree, but I would start with the tidyverse syntax, not base R.  It's much cleaner code, especially with data management (dplyr) and graphics (ggplot). 

    Also they can ask the bot to help them write and interpret code in tidyverse.

    This is our second year teaching statistics with R. The first year, we started with base R, but nearly all of it was a waste since one can do everything much more clearly using tidyverse. This year, the students are much better prepared as coders when we get to statistical modelling.  

  • 20 May 2026 10:34 AM
    Message # 13633742

    I am currently writing a course for our on-line Master of Applied Business Analytics. The students do a foundation course in basic stats and computing first, but it is very basic and they do not have a background in coding. The course involves lots of R-studio.

    I was initially quite worried about how to get them up to speed in base-R. It takes ages to get proficient in any language. So my approach is to provide them with annotated code.  This is not enough though. So I will prominently recommend that for any script.r files that they do not understand they should give the following prompt to any AI:

    “Explain this R code to a beginner. Describe the goal of the analysis, what each main section does, and clarify the meaning of any non‑obvious R syntax. Focus on interpretation rather than programming details.”

    I will also suggest that when any of their code does not run, just drop it into AI (listing the error message or errant behaviour) and ask why.

    To me, this is a perfect use of using AI – to learn!


Powered by Wild Apricot Membership Software