Government & NonProfit Leadership- Change Management Continued
Change Management Process
A simple stepwise guide on change management.
Kotter’s 8 Step Change Model
Kotter’s model is commonly used in government. Even the Obama administration has used this change management model- so it is a very practical framework to follow.
Quantitative Analysis using R- Data Structures
Vectors and Matrices
Data Structure is a programmatic way of storing data so that data can be used efficiently. Today you will learn some important functions to work with data structures like vectors and matrices in R. Learning data structures is useful to understand how data is stored and handled in R and will help build a better grasp of the subject. Hope you have been enjoying R so far. Remember to use help function if you have doubts about any commands.
Data Frames
A data frame is used to store data in the form of tables. It is basically a collection of vectors of equal length. To understand the definitions of different objects in R read this.