I Imagine this pretty simple, but I am very new to R and stargazer so I am not sure how to do this.
I have a code block (seen below):
ses <- diag(vcovHC(model))
stargazer(model,
type='latex',
header = F,
se = ses,
title="")
I want to convert this output into a Latex Table. I've tried playing with markdown but I can't seem to get anything to work.
Can anyone advise on how to do this? I've tried using latex editors but I can't source the data into that.
Thank you!