A data frame with 521 observations on the following 12 variables.
	- 
	
constituency
	 
	- 
	
a character vector, name of the House of Commons constituency
	 
	- 
	
county
	 
	- 
	
a character vector, county of the House of Commons constituency
	 
	- 
	
y1
	 
	- 
	
a numeric vector, log-odds of Conservative to LibDem vote share
	 
	- 
	
y2
	 
	- 
	
a numeric vector, log-odds of Labor to LibDem vote share
	 
	- 
	
y1lag
	 
	- 
	
a numeric vector, y1 from previous election
	 
	- 
	
y2lag
	 
	- 
	
a numeric vector, y2 from previous election
	 
	- 
	
coninc
	 
	- 
	
a numeric vector, 1 if the incumbent is a Conservative, 0 otherwise
	 
	- 
	
labinc
	 
	- 
	
a numeric vector, 1 if the incumbent is from the Labor Party, 0 otherwise
	 
	- 
	
libinc
	 
	- 
	
a numeric vector, 1 if the incumbent is from the LibDems, 0 otherwise
	 
	- 
	
v1
	 
	- 
	
a numeric vector, Conservative vote share (proportion of 3 party vote)
	 
	- 
	
v2
	 
	- 
	
a numeric vector, Labor vote share (proportion of 3 party vote)
	 
	- 
	
v3
	 
	- 
	
a numeric vector, LibDem vote share (proportion of 3 party vote)
	 
These data span only 521 of the 621 seats in the House of Commons at the time of 1992 election. Seats missing either a Conservative, Labor, or a LibDem candidate appear to have been dropped.
The original Katz and King data set does not have case labels. I used matches to an additional data source to recover a set of constituency labels for these data; labels could not recovered for two of the constituencies.