Add a row with notes using stargazer Add a row with notes using stargazer r r

Add a row with notes using stargazer


stargazer(linear.1, linear.2, type="text", keep.stat=c("n"),            add.lines=list(c("Note 1", "X", ""), c("Note 2", "", "X")))

Does the trick.