Practitioner Board
The Practitioner Board is responsible for developing programs that support the professional needs of ACM members as well as promoting computing as a profession. The Practitioner Board and Professional Development Committee focus on products and services that support and enhance the professional and technical development of practicing computing professionals, including engineers, architects, IT specialists and managers.
-
Practitioner Board
- Co-Chair
- Marlene Mhangami
- Sophie Watson
- Past Chair
-
Terry Coatta
- ByteCast Committee Chair
- Stephen Ibaraki
- DSP Committee Chair
-
Gavin Doherty
- Local Mentoring Committee Chair
- Grace Ufeoshi
- Professional Development Committee Chair
- Bruke Kifle
- Member
-
Scott Hanselman
- Anusha Nerella
-
Philip Roth
-
Harald Störrle
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.
