Есть ли способ получить notes
в stargazer для обертывания линий вместо того, чтобы убежать от страницы?Stargazer примечания line wrap?
stargazer(fit.1, notes="A very very long note that I would like to put below the table, but currently runs off the side of the page when I compile my document. How do I get this to wrap into paragraph form?")
Который производит:
\hline \\[-1.8ex]
\textit{Notes:} & \multicolumn{2}{l}{$^{*}$P $<$ .05} \\
& \multicolumn{2}{l}{$^{**}$P $<$ .01} \\
& \multicolumn{2}{l}{$^{***}$P $<$ .001} \\
& \multicolumn{2}{l}{A very very long note that I would like to put below the table, but currently runs off the side of the page when I compile my document. How do I get this to wrap into paragraph form?} \\
\normalsize
\end{tabular}
\end{table}
Я не мог найти что-нибудь в руководстве для настройки этого.
Быстрое исправление использовать 'parbox', который будет выглядеть примерно так:' заметки = "\\ parbox [т] {10cm} {Очень долго нота идет здесь.} ", но может потребоваться изменение вручную, если вы настроите модели. – Bryan