Get coefficients estimated by maximum likelihood into a stargazer table
I was just having this problem and overcame this through the use of the coef se, and omit functions within stargazer… e.g. stargazer(regressions, … coef = list(… list of coefs…), se = list(… list of standard errors…), omit = c(sequence), covariate.labels = c(“new names”), dep.var.labels.include = FALSE, notes.append=FALSE), file=””)