```{r, results='asis'}
library(stargazer)
stargazer(rock, type="latex", summary = TRUE,
title= "Tabella di summary", digits = 2, header=FALSE)
```
##
## \begin{table}[!htbp] \centering
## \caption{Tabella di summary}
## \label{}
## \begin{tabular}{@{\extracolsep{5pt}}lccccc}
## \\[-1.8ex]\hline
## \hline \\[-1.8ex]
## Statistic & \multicolumn{1}{c}{N} & \multicolumn{1}{c}{Mean} & \multicolumn{1}{c}{St. Dev.} & \multicolumn{1}{c}{Min} & \multicolumn{1}{c}{Max} \\
## \hline \\[-1.8ex]
## area & 48 & 7,187.73 & 2,683.85 & 1,016 & 12,212 \\
## peri & 48 & 2,682.21 & 1,431.66 & 308.64 & 4,864.22 \\
## shape & 48 & 0.22 & 0.08 & 0.09 & 0.46 \\
## perm & 48 & 415.45 & 437.82 & 6.30 & 1,300.00 \\
## \hline \\[-1.8ex]
## \end{tabular}
## \end{table}