rpanel (version 1.1-5.2)

CofE: Giving in the Church of England

Description

These data record the average annual giving in pounds per church member in the dioceses of the Church of England in the early 1980's. Three potentially relevant covariates are also recorded for each diocese, namely the percentage of the population who are employed, the percentage of the population on the electoral roll of the church and the percentage of the population who usually attend church. Background details are available in Pickering (1985; Applied Economics 17, 619-32).

The data are used in the rp.regression example script.

Arguments

References

Pickering, J.F. (1985). Giving in the Church of England: an econometric analysis. Applied Economics 17, 619-632.

Examples

Run this code
if (FALSE) {
  with(CofE, {
    rp.regression(cbind(Employ, Attend), Giving)
  })
}

Run the code above in your browser using DataLab