I have a table which I want to make fit in portrait mode. Do you think this is possible?
Here is the minimal example:
\documentclass[11pt,a4paper]{book}
\usepackage[utf8x]{inputenc}
\usepackage{ucs}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{makeidx}
\usepackage{graphicx}
\usepackage[width=0.00cm, height=0.00cm, left=1.00in, right=1.00in, top=1.00in, bottom=1.00in]{geometry}
\usepackage{threeparttable}
\usepackage{rotating}
\usepackage{booktabs}
\begin{document}
{\footnotesize
\begin{table}[H!]
%\begin{sidewaystable}[h!]
\centering
\begin{threeparttable}
\caption{OLS results } \label{ols_results}
\begin{tabular}{lcccccccc} \toprule
& \multicolumn{4}{c}{Non-HMO Hospitals} & \multicolumn{4}{c}{HMO-Hospitals} \\
\cmidrule(r){2-5} \cmidrule{6-9}
& \multicolumn{2}{c}{Doctors} & \multicolumn{2}{c}{Non-Doctors} & \multicolumn{2}{c}{Doctors} & \multicolumn{2}{c}{Non-Doctors} \\
\cmidrule(r){2-3} \cmidrule(r){4-5} \cmidrule(r){6-7} \cmidrule{8-9}
& Mean & StDev & Mean & StDev & Mean & StDev & Mean & StDev \\ \midrule
\underline{Demographics}: &&&&&&&& \\
Age & 32.59* & [4.00] & 31.13* & [4.28] & 32.63* & [4.12] & 30.69* & [4.28] \\
Mother's Education ($\%$) &&&&&&&& \\
\hspace{0.2em} Some college &&&&&&&& \\
\hspace{0.2em} College graduate &&&&&&&& \\
\hspace{0.2em} High education &&&&&&&& \\
Father's education &&&&&&&& \\
\hspace{0.2em} Some college &&&&&&&& \\
\hspace{0.2em} College graduate &&&&&&&& \\
\hspace{0.2em} High education &&&&&&&& \\
Insurance ($\%$) &&&&&&&& \\
\hspace{0.2em} HMO &&&&&&&& \\
\hspace{0.2em} Government &&&&&&&& \\
\hspace{0.2em} Indigent &&&&&&&& \\
Placental/uterine rupture/haemorrhage & 1.44 & [0.23] &&&&&& \\ \midrule
Observations & \multicolumn{2}{c}{2360} & \multicolumn{2}{c}{7852} & \multicolumn{2}{c}{256} & \multicolumn{2}{c}{879} \\
\bottomrule
\end{tabular}
\begin{tablenotes}
\tiny
\item[a] [whatever here, this is just a test] This table is made with the use if \LaTeXe{} . Cristobal is a port on the Atlantic side of the Panama Canal. It is located on the western edge of Manzanillo Island and is part of the Panamanian city and province of Colon. Cristobal Colon is the Spanish translation for Christopher Columbus, the Genovese explorer for whom these places were named.
\end{tablenotes}
\end{threeparttable}
%\end{sidewaystable}
\end{table}
}
\end{document}


\footnotesizecommand because it is outside thetableenvironment. If you move it inside then the font will be smaller and the table at least shows in the page. It's still bigger than the margins, though (and the answer I linked to doesn't really work with floats...). :( – jja Aug 30 '13 at 13:23{\begin{tabular}[t]{@{}l@{}} Placental/uterine rupture \\ hemorrhage \end{tabular}}. – Qrrbrbirlbel Aug 30 '13 at 13:33