Aligning Caption in Stargazer Table

Hello!

I have come across some difficulty trying to align my caption in a Stargazer table outputting to PDF from an Rmarkdown.
Here is what the output looks like:
caption

I want my caption to start where "Note:" is.

The code I'm using within the stargazer command:

stargazer(m1,m2, m3, 
arg1,
arg2,
notes.align = "l",
notes = "\\parbox[t]{10cm}{Robust standard errors are in parentheses. Precinct-level analysis in FL; weighted to number of votes 2012; proportional changes top and bottom coded at 1 and −1. Note: Dependent variable is change in GOP vote share, 2012 to 2016.}",
notes.append = TRUE)

Would greatly appreciate any input or advice. Thanks in advance!

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.