Professional Development Committee
PDC
The ACM Professional Development Committee (PDC) is a standing committee of the ACM Practitioner Board (PB). It serves to provide tools for lifelong learning, ethical conduct and professionalism for computing professionals and generally support the professional development and professionalism needs of all ACM members, with particular emphasis on the PD needs of practitioners.
Can You Create Data Structures in R?
In this Challenge Lab, you will create and manipulate data structures in R by using the RStudio development environment. First, you will create and access a vector in R, and then you will calculate the mean and median of a vector. Next, you will create a list object in R, and then you will manipulate elements of the list object. Finally, you will create a matrix, and then you will retrieve and modify selected data by using indexing.
