1%% LyX 1.6.3 created this file. For more info, see http://www.lyx.org/. 2%% Do not edit unless you really know what you are doing. 3\documentclass[british]{article} 4\usepackage[T1]{fontenc} 5\usepackage[latin9]{inputenc} 6\usepackage{array} 7\usepackage{booktabs} 8 9\makeatletter 10 11%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands. 12%% Because html converters don't know tabularnewline 13\providecommand{\tabularnewline}{\\} 14 15\makeatother 16 17\usepackage{babel} 18 19\begin{document} 20% 21\begin{table}[btp] 22\caption{Endowment Against Final Allocation for Pooled Data} 23 24 25\label{PooledResults} 26 27\begin{tabular}{>{\raggedright}p{0.05\columnwidth}ll>{\raggedright}p{0.2\textwidth}>{\raggedright}p{0.2\columnwidth}} 28\toprule 29 & & \multicolumn{2}{l}{Final Allocation } & \tabularnewline 30\cmidrule{3-4} 31 & & Lemonade Rich & Crisps Rich & Total \tabularnewline 32\midrule 33\multicolumn{2}{l}{Endowment} & & & \tabularnewline 34 & Lemonade Rich & \multicolumn{1}{r}{73} & \multicolumn{1}{r}{37} & \multicolumn{1}{r}{110}\tabularnewline 35 & Crisps Rich & \multicolumn{1}{r}{40} & \multicolumn{1}{r}{60} & \multicolumn{1}{r}{100}\tabularnewline 36\multicolumn{2}{l}{Total} & \multicolumn{1}{r}{113} & \multicolumn{1}{r}{97} & \multicolumn{1}{r}{210}\tabularnewline 37\bottomrule 38\end{tabular} 39 40\emph{\small Lemonade Rich}{\small{} means two bottles of lemonade 41and one packet of crisps.}\emph{\small{} Crisps Rich }{\small means 42two packets of crisps and one bottle of lemonade. }\emph{\small Endowment}{\small{} 43is what the subject held before deciding whether or not to trade. 44}\emph{\small Final Allocation }{\small is what they held after the 45decision.} 46\end{table} 47 48\end{document} 49