Giter Site home page Giter Site logo

pbieberstein / linear_models_workshop Goto Github PK

View Code? Open in Web Editor NEW

This project forked from goldingn/linear_models_workshop

0.0 1.0 0.0 37.52 MB

materials for a one day workshop on linear models and extensions - at unimelb 2nd November 2018

CSS 0.01% HTML 99.99% R 0.01%

linear_models_workshop's Introduction

Materials for one-day workshop on linear models

University of Melbourne, 2nd November 2018

This GitHub site provides materials for the one-day workshop on Linear Mdoels as part of the University of Melbourne's Environment and Evolution PhD programme.

Below you will find the planned schedule for the day, instructions on installing required software, and links to data and worksheets.

Here's a link to the data you'll be using: [ link ]

Schedule

09.00-10.45 Linear models
  • Introduction to linear regression and linear models [ download ]
  • Working on exercises in R [ download ]
10.45-11.00 Break
11.00-12.30 Mixed models
  • Introduction to random effects and mixed models [ download ]
  • Working on exercises using lme4 [ download ]
12.30-13.30 Lunch
13.30-15.00 Generalised linear models
  • Introduction to generalised linear models [ download ]
  • Working on exercises in R [ download ]
15.00-15.15 Break
15.15-16.15 Bayesian inference
  • Introduction to Bayesian inference (MCMC, priors, challenges) [ download ]
  • Working on exercises using rstanarm [ download ]
16.15-17.00 Problem solving in groups (assessed)
  • Working in small groups (3-4 people) to solve some open-ended problems using linear models. This will be assessed (whether the group has gained knowledge in using linear models) for E&E PhD program accreditation.

Installing software

The workshop exercises will require you to have three pieces of software installed:

  • R version 3.4.0 or higher
  • the lme4 R package
  • the rstanarm R package

You can check your R version by typing sessionInfo() at your R console, the version will be listed in the first line. If you need to install or update R, you can download the latest version (3.5.1) from these links: [download for mac] [download for windows]. If you use linux and have trouble installing R, please let us know.

Once you have R installed, you can install the other packages from the CRAN repositories with the following R command:

install.packages(c("lme4", "rstanarm"))

linear_models_workshop's People

Contributors

goldingn avatar jdyen avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.