gravatar

Monique_Cameron

Monique Cameron

Recently Published

Data Camp Intro to R - Chapter 4 Factors
Factor types: nominal and ordinal Summary function Selecting and comparing elements of a factor
Data Camp Intro to R - Chapter 3 Matrices
* Create matrix from integers: - demonstrate the byrow and nrow arguments - use data argument to put non-sequential numbers - specify number of rows and columns with nrow and ncol - specify order in which integers will appear using byrow argument with TRUE or FALSE value *Create matrix from collection of vectors * Name matrix rows and columns * Create row totals * Create column totals * Select elements from a matrix * Arithentic with matrices *Create matrix of integers to demonstrate the byrow and nrows arguments*
Data Camp Intro to R - Chapters 1 & 2
Based on Data Camp - Intro to R course Chapters 1 & 2 Covers basics of R in Chapter 1 and vectors in Chapter 2 Using my own created dataset and examples