{% extends 'base.html' %} {% block navigation %} {% for programme in programmes %}
  • {{programme.name}} courses:
  • {% for course in programme.courses.all %}
  • {{course.name}}
    ({{course.colloquial_name}})
  • {% empty %}
  • No {{programme.name}} courses available
  • {% endfor %}
  • {% empty %}
  • No courses available
  • {% endfor %} {% endblock %} {% block content %}

    Best Practices in Statistics

    Hello, and welcome to the beta-test environment of Best Practices in Statistics! Our goal is to get you hands-on experience with statistical software such as IBM SPSS during your study in the social sciences. BPS was created by the Department of Methodology and Statistics at the Tilburg School of Social and Behavioral Sciences.

    BPS is the new and improved version of the lab sessions formerly known as “SPSS Practicals”. There are three main differences. First, the assignments, data files, and lecture slides are now all accessible through this website. Second, everything has been made available in the English language to accommodate international students. Third, this website provides the opportunity to complete the assignments online. Both you and your teacher can easily check which assignments you have completed.

    BPS is still in development. Therefore, it might be possible that you encounter bugs or other annoyances. If you do, please let us know! Your feedback is very valuable. You can reach the primary BPS developer directly at the following email-address: J.J.Vens@tilburguniversity.edu.

    To get started, please select a course on the left.

    {% endblock %}