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.

 

  • Professional Development Committee

    Chair
    Bruke Kifle
    Past Chair
      Stephen Ibaraki
    Member
    Eve Andersson  
    Sue Black
      Juan Miguel De Joya  
    Scott Hanselman  
      Sophia Minaya
      Srikantan Moorthy
      Chinasa T. Okolo  
    Oana Olteanu
      Sophie Watson

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.

Featured Learning Resource: Can You Create Data Structures in R?

Documents