Difference between revisions of "Panel in R"

From ECLR
Jump to: navigation, search
(The plm package)
Line 5: Line 5:
 
== The plm package ==
 
== The plm package ==
  
To deal efficiently with panel data we will need the <source enclose=none>test</source>
+
To deal efficiently with panel data we will need the <source enclose=none>plm</source> package and you need to downlaod it (<source enclose=none>install.packages("plm")</source>) and load it into the workspace (<source enclose=none>library(plm)</source>) in the usual manner.

Revision as of 15:24, 9 July 2015

In this section we shall discuss how to deal with panel data and how to use econometric techniques that exploit the additional analysis that can be performed due to the Panel character of data.

A lot of this material repeats material that is discussed in this YouTube clip [1].

The plm package

To deal efficiently with panel data we will need the plm package and you need to downlaod it (install.packages("plm")) and load it into the workspace (library(plm)) in the usual manner.