stat1004: stat0002 (stat1004): Introduction to Probability and...

Description Please note How to learn about R Vignettes (tutorials demonstrating how to use R code) Datasets Movies See Also

Description

Provides example datasets, R code and tutorials to help students taking STAT0002 (formerly STAT1004) Introduction to Probability and Statistics at University College London to understand the course material and to see how R can be used to perform some of the analyses in the course. This package can also be used to complement STAT0004 Introduction to Practical Statistics, enabling students to become more familiar with R code by seeing it in action and playing with it themselves.

Please note

The main sources of information about the material in STAT0002 are the lectures and tutorials, with notes, lecture slides, exercises etc available from the STAT0002 Moodle page. The focus of this R package is mainly on R code.

How to learn about R

The best way to learn how to use a computer program is to play with code and see what it does. R is based on functions that look like name(), where name is the name of the function and where various arguments are inserted inside the brackets (). In the R code provided with this package you will see many functions like this. To find out what a function called name does use either ?name or help(name).

If you have any questions about this package please ask them via the STAT0002 Moodle Discussion Forum.

Vignettes (tutorials demonstrating how to use R code)

Datasets

Movies

Some of the following movies, and other movies are also available in a more user-friendly form, via the smovie package. If you have smovie installed (install.packages("smovie")) then you can access these using library(smovie) and then movies(). See movies for more details.

See Also

movies: general information about the movies.

The STAT0002 Moodle page for: various forms of feedback, a discussion forum, lecturecast recordings, course notes, exercises, quizzes, short videos, past exam papers and revision lecture material, real investigations.

The STAT0004 Moodle page (for students taking STAT0004).

The Introduction to R Moodle page (for students not taking STAT0004, e.g. Natural Sciences students).


paulnorthrop/stat1004 documentation built on Nov. 17, 2019, 3:49 a.m.