PeruVotes | R Documentation |
A dataset on the blank votes in the 2006 Peruvian general election.
data(PeruVotes)
A data frame with 194 rows and 2 variables:
proportion of blank votes in the 2006 Peruvian general election.
Human Development Index.
The dataset was collected by Bayes et al. (2012) and the response variable
is votes
, proportion of blank votes in the 2006 Peruvian general election.
Bayes et al. (2012) analyzed the influence of the Human Development Index (HDI) on
the proportion of blank votes using a beta rectangular regression model. Lemonte and
Bazan (2015) also analyzed the data using GJS regression models.
Bayes, C., Bazan, J. L. and Garcia, C. (2012). A new robust regression model for proportions.
Bayesian Analysis. 7:771-796
Lemonte, A. J. and Bazan, J. L. (2015). New class of Johnson SB distributions
and its associated regression model for rates and proportions. Biometrical Journal. 58:727-746.
data("PeruVotes") fitPL <- PLreg(votes ~ HDI | HDI, data = PeruVotes, family = "TF", zeta = 5, control = PLreg.control(lambda = 1)) summary(fitPL) plot(fitPL, type = "standardized")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.