User Tools

Site Tools


econometricsr

This is an old revision of the document!


Summary Stats

library(stargazer)
stargazer(dataset, type = "text", title= "Summary Statistics", digits = 2, out="output.csv")

type can be html, text or, by default, latex.

stargazer(dataset, type = "text", title= "Summary Statistics", summary.stat=c("n","mean", "median", "p90","sd","min", "max"), digits = 2, out="output.csv")

  
econometricsr.1748868250.txt.gz · Last modified: by glebelg