-
Notifications
You must be signed in to change notification settings - Fork 3
/
previewReview-Kery.tex
138 lines (91 loc) · 2.37 KB
/
previewReview-Kery.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
\documentclass{book}
\usepackage{elsst-book}
\usepackage{float}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{graphicx}
\usepackage{lineno}
\usepackage{natbib}
\usepackage{hyperref}
\usepackage{verbatim}
\usepackage{soul}
\usepackage{color}
\bibliographystyle{asa}
\usepackage{makeidx,bm,amsmath,url}
\makeindex
\floatstyle{plain}
\floatname{panel}{Panel}
\newfloat{algorithm}{h}{txt}[chapter]
\newfloat{panel}{h}{txt}[chapter]
\newcommand{\R}{\textbf{R}}
\newcommand{\bugs}{\textbf{BUGS}}
\newcommand{\jags}{\textbf{JAGS}}
\newcommand{\secr}{\mbox{\tt secr}}
\newcommand{\scrbook}{\mbox{\tt scrbook}}
\linenumbers
\begin{document}
\title{ Spatial Capture-Recapture }
\subtitle{
%Hierarchical modeling of capture-recapture data with auxiliary spatial information
}
\author{J. Andrew Royle \\
Richard B. Chandler \\
Rahel Sollmann \\
Beth Gardner}
\affiliation{USGS Patuxent Wildlife Research Center \\ North Carolina
State University}
\address{
USGS Patuxent Wildlife Research Center \\
North Carolina State University
}
\maketitle
\newpage
\setcounter{tocdepth}{2}
\tableofcontents
%\chapter{Introduction}
%\label{chapt.intro}
\input{Ch1/Ch1.tex}
%\chapter{GLMS and WinBUGS}
%\label{chapt.glms}
\input{Ch2/Ch2.tex}
\input{Ch3/Ch3.tex}
\input{Ch4/Chapter4.tex}
\chapter{Other observation models}
\label{chapt.poisson-mn}
%\chapter{Maximum Likelihood Estimation}
%\label{chapt.mle}
\input{Ch6/Ch6.tex}
\input{Ch7/Ch7.tex}
%\chapter{MCMC details}
%\label{chapt.mcmc}
\chapter{Model Selection and Assessment}
\label{chapt.gof}
\chapter{Modeling Encounter Probability}
\label{chapt.covariates}
\input{Ch10/Ch10.tex}
%\chapter{Ecological Distance Models in Spatial Capture-Recapture}
%\label{chapt.ecoldist}
\input{Ch11/Ch11.tex}
%\chapter{Inhomogeneous Point Process}
%\label{chapt.ipp}
\chapter{Open population models}
\label{chapt.open}
\chapter{Replicated trapping grids}
\label{hscr}
\chapter{SCR for unmarked individuals}
\label{chapt.unmarked}
\chapter{Combining marked and unmarked individuals}
\label{chapt.hscr}
\chapter{SCR/DS models }
\label{chapt.scrds}
\chapter{Search-encounter models}
\label{chapt.searchencounter}
\chapter{Design of SCR studies}
\label{chapt.design}
\chapter{2012: A Spatial Capture-Recapture Odyssey}
\label{chapt.discussion}
\bibliography{AndyRefs_alphabetized}
\markboth{Index}{Index}
%\printindex
\input{previewBook.ind}
\end{document}