Skip to content
Snippets Groups Projects
Commit b8df1bb5 authored by Eduardo E. R. Junior's avatar Eduardo E. R. Junior
Browse files

Modifica inserção de descrição da fonte em tabelas

Utiliza o pacote treeparttable, mais especificamente o ambiente
tablenotes após o tabular e antes do table.
parent 1d37d1f5
Branches
No related tags found
No related merge requests found
......@@ -63,6 +63,13 @@
\usepackage{setspace}
\usepackage{wrapfig}
% ---
% Para titulo em destaque sem sequencia de numeração
% ---
\newcommand{\datatitle}[1]{
\normalsize \textsc{#1}
}
% ---
% Funções matematicas
% ---
......@@ -75,6 +82,8 @@
% Para tabelas
% ---
\usepackage{multirow}
\usepackage{array}
\usepackage{threeparttable}
% ---
% Pacotes e definições adcionais, para adequações especificas
......
......@@ -59,9 +59,11 @@ Katz & \checkmark & \checkmark & \chec
\textit{Double-Poisson} & \checkmark & \checkmark & \checkmark \\
\textit{Lagrangian Poisson} & \checkmark & \checkmark & \checkmark \\
\bottomrule
\\[-0.3cm]
{\small Fonte: Elaborado pelo autor.}
\end{tabular}
\begin{tablenotes}
\small
\item Fonte: Elaborado pelo autor.
\end{tablenotes}
\end{table}
%%----------------------------------------------------------------------
......@@ -860,7 +862,7 @@ probs <- sapply(sim, function(y) {
m0 <- glm(y ~ 1, family = poisson)
py_pois <- dpois(yu, exp(m0$coef))
##-------------------------------------------
m1 <- cmp(y ~ 1, data = data.frame(y = y), sumto = 40)
m1 <- MRDCr::cmp(y ~ 1, data = data.frame(y = y), sumto = 40)
py_dcmp <- dcmp(yu, lambda = exp(m1@coef[-1]),
nu = exp(m1@coef[1]), sumto = 40)
##-------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment