top of page

Government & NonProfit Leadership

  1. What is Kotter’s change model? Give a real life example of where it was used.

  2. Name the different steps of change management process.

Quantitative Analysis using R

  1. Create a vector v1 consisting of all alphabets in the English language.

  2. Define the following in the context of R-  vector, array, and list.

  3. What is the difference between matrices and data frames?

  4. Create another vector v2 which has 100 alphabets, all are “d”.

  5. Create vector n1 with numbers from 100 to 200.

  6. Create a vector n2 which repeats all values of n1, 8 times.

  7. Divide each element of n2 by 2.

  8. Can you add the elements of n1 and n2?

  9. What is the 12th element of vector n2?

  10. From n2 extract all elements that are divisible by 3.

  11. Create a 4*3 dimensional matrix containing numbers from 1 to 12.

  12. Create a dataframe with 5 rows and 2 columns. This contains the name and birth date of your friends.

bottom of page