Working with Matrices, Lists, and Data Frames

Link to Homework5.R

  1. Assign to the variable n_dims a single random integer between 3 and 10.

n_dims <- floor(runif(1, min = 3, max = 10))

  1. Create a list with the following named elements:

Create list: my_list <- list(my_matrix, my_logical, my_letters)

  1. Create a data frame with the two variables (= columns) and 26 cases (= rows) below: