top of page

Government & NonProfit Leadership

  1. What are the 5 main steps to project management planning?

  2. This reading will help you understand how to measure performance in nonprofit organizations.

Quantitative Analysis using R

  1. What are functions and arguments in R? Give examples of 10 functions in R.

  2. Create a vector B which contains the following numbers: 2,5,7,3,6,1,66,12,34,8,31.

  3. Double each number in B and save those in a new vector C.

  4. Create a scatterplot between B and C.

  5. Calculate the mean and standard deviation for values in vector C.

  6. What is the use of the following functions? Use help to learn.

    1. barplot

    2. head

    3. heatmap

bottom of page