Government & NonProfit Leadership
-
What is Kotter’s change model? Give a real life example of where it was used.
-
Name the different steps of change management process.
Quantitative Analysis using R
-
Create a vector v1 consisting of all alphabets in the English language.
-
Define the following in the context of R- vector, array, and list.
-
What is the difference between matrices and data frames?
-
Create another vector v2 which has 100 alphabets, all are “d”.
-
Create vector n1 with numbers from 100 to 200.
-
Create a vector n2 which repeats all values of n1, 8 times.
-
Divide each element of n2 by 2.
-
Can you add the elements of n1 and n2?
-
What is the 12th element of vector n2?
-
From n2 extract all elements that are divisible by 3.
-
Create a 4*3 dimensional matrix containing numbers from 1 to 12.
-
Create a dataframe with 5 rows and 2 columns. This contains the name and birth date of your friends.