1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
\name{coalition}
\alias{coalition}
\title{Coalition data}
\format{
A data frame with 314 rows and the 7 variables "duration",
"ciep12", "invest", "fract", "polar", "numst2", and "crisis". For
variable descriptions, please refer to King et al (1990).
}
\usage{
coalition
}
\description{
This data set contains survival data on government coalitions in
parliamentary democracies (Belgium, Canada, Denmark, Finland,
France, Iceland, Ireland, Israel, Italy, Netherlands, Norway,
Portugal, Spain, Sweden, and the United Kingdom) for the period
1945-1987. For parsimony, country indicator variables are omitted
in the sample data.
}
\note{
Data is as it is provided by the
\href{https://cran.r-project.org/package=Zelig}{\pkg{Zeilig}} R package.
}
\references{
King G, Alt J E, Burns N E, Laver M. (1990). A Unified
Model of Cabinet Dissolution in Parliamentary
Democracies. \emph{American Journal of Political Science}, \strong{34},
846-870. \doi{10.2307/2111401}.
King G, Alt J E, Burns N E, Laver M. ICPSR
Publication Related Archive, 1115.
}
\seealso{
\code{\link[=brglm_fit]{brglm_fit()}}
}
\keyword{datasets}
|