aboutsummaryrefslogtreecommitdiff
path: root/man/SSE.Rd
blob: e5354ee284a61a9e0d7714f4024c2ad599ba7ee5 (plain)
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
\name{SSE}
\alias{SSE}
\alias{SSE-methods}
\alias{SSE,unmarkedFit-method}
\alias{SSE,unmarkedFitOccuMulti-method}
\alias{SSE,unmarkedFitGDR-method}
\title{Compute Sum of Squared Residuals for a Model Fit.}
\description{
Compute the sum of squared residuals for an unmarked fit object.  This
is useful for a \code{\link{parboot}}.
}
\usage{
SSE(fit, ...)
}
\arguments{
  \item{fit}{An unmarked fit object.}
  \item{...}{Additional arguments to be passed to statistic}
}
\value{
A numeric value for the models SSE.}
\seealso{
\code{\link{parboot}}
}