An R Introduction to Statistics

c

Pie Chart

A tutorial on computing the pie chart of qualitative data in statistics.

Bar Graph

A tutorial on computing the bar graph of qualitative data in statistics.

Data Frame

A tutorial on the concept of data frames in R. Using a build-in data set sample as example, discuss the topics of data frame columns and rows. Explain how to retrieve a data frame cell value with the square bracket operator. Plus a tips on how to take preview of a data frame.

Combining Vectors

A tutorial on how to combine two vectors into a new vector, and the implication of value coercion.

Vector

A tutorial on the concept of vectors in R. Discuss how to create vectors of numeric, logical and character string data types.