Description Usage Format Source References Examples
a pseudo-panel of 32 individuals from 2006
number of observations : 1039
number of individual observations : 4-80
country : United States
package : limdeppanel
JEL codes: C93, D64, D82, H41, L31, Z12
Chapter : 08
1 |
A dataframe containing:
the id of the sollicitor
the sex of the sollicitor
does the sollicitor belongs to a minority ?
beauty rating for the sollicitor
assertive rating for the sollicitor
social rating for the sollicitor
efficacy rating for the sollicitor
performance rating for the sollicitor
confidence rating for the sollicitor
age of the individual
sex of the individual
does the individual belongs to a minority
the treatment, one of "vcm", "sgift" and "lgift"
has the individual refused the gift ?
the amount of the donation
has the individual been visited during the previous campaign ?
the treatment during the previous campaign, one of "none", "vcm", and "lottery"
has the individual made a donation during the previous campaign ?
the amount of the donation during the previous campaign
the sex of the sollicitor during the previous campaign
did the sollicitor of the previous campaign belong to a minority ?
beauty rating for the sollicitor of the previous campaign
American Economic Association Data Archive : https://www.aeaweb.org/aer/
Landry, Craig E.; Lange, Andreas; List, John A.; Price, Michael K. and Nicholas G. Rupp (2010) “Is a Donor in Hand Better Than Two in the Bush ? Evidence From a Natural Field Experiment”, American Economic Review, 100(3), 958–983, doi: 10.1257/aer.100.3.958 .
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | #### Example 8-5
## ------------------------------------------------------------------------
## Not run:
data("Donors", package = "pder")
library("plm")
T3.1 <- plm(donation ~ treatment + prcontr, Donors, index = "id")
T3.2 <- plm(donation ~ treatment * prcontr - prcontr, Donors, index = "id")
T5.A <- pldv(donation ~ treatment + prcontr, Donors, index = "id",
model = "random", method = "bfgs")
T5.B <- pldv(donation ~ treatment * prcontr - prcontr, Donors, index = "id",
model = "random", method = "bfgs")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.