How can I align the p-values that contain the 'less than' sign in the last column in this table and also specify spacing between individual columns to improve the layout?
\documentclass{article}
%tables
\usepackage{booktabs}
\usepackage{longtable}
\usepackage{siunitx} %align numbers by decimal point
\begin{document}
\sisetup{table-format = -1.2}
\begin{longtable}[]{S[table-format=2.0]SSSS[table-format = 0.2]}
\caption{} \label{}\\
\toprule
{\textbf{Item}} & {\textbf{\textit{b}}} & {\textbf{\textit{t}}} & {\textbf{\textit{F}}} & {\textbf{\textit{R$^2$}}}\\
\midrule
\endfirsthead
\toprule
{\textbf{Item}} & {\textbf{\textit{b}}} & {\textbf{\textit{t}}} & {\textbf{\textit{F}}} & {\textbf{\textit{R$^2$}}}\\
\midrule
\endhead
\bottomrule
\endfoot
\endlastfoot
1 & -1.45{$^{***}$} & -7.44{$^{***}$} & 55.34 & .18 \\
11 & -.86{$^{*}$} & -2.09{$^{*}$} & 4.36 & .01 \\
12 & -1.79{$^{***}$} & -3.80{$^{***}$} & 14.47 & .05 \\
13 & -.56 & -1.34 & 1.80 & .00 \\
61 & -1.79{$^{***}$} & -5.85{$^{***}$} & 34.20 & .12 \\
62 & -1.00{$^{**}$} & -3.17{$^{**}$} & 10.05 & .04 \\
63 & -.27 & -.65 & .43 & {$<$0.001} \\
64 & -.37 & -.97 & .94 & .00 \\
65 & -.34 & -.85 & .73 & .00 \\
66 & 1.05{$^{**}$} & 2.70{$^{**}$} & 7.30 & .02 \\
67 & -1.12{$^{**}$} & -2.90{$^{**}$} & 8.40 & .03 \\
72 & -.41 & -1.20 & 1.43 & .00 \\
73 & -.27 & -.82 & .67 & .00 \\
74 & 2.05{$^{***}$} & 4.99{$^{***}$} & 24.88 & .09 \\
75 & 1.61{$^{***}$} & 4.41{$^{***}$} & 19.46 & .07 \\
76 & .29 & .91 & .83 & {$<$0.001} \\
\bottomrule
\end{longtable}
\end{document}
({$<$}0.001)? – user2146441 Dec 18 '13 at 12:19arraypackage>{...}/<{...}syntax. Something like:>{{(}}S[table-format = <1.3, table-space-text-pre = (, input-symbols = ()]<{)}will do it, with\multicolumn{1}{c}{$R^{2}$}for the header (to stop brackets being added). – Joseph Wright Dec 18 '13 at 13:40S[table-comparator = true]for<? – G. Bay Dec 28 '16 at 20:02table-formatkey will have set that anyway – Joseph Wright Dec 28 '16 at 20:04