https://github.com/cran/unmarked
Raw File
Tip revision: 0e9915b1bbee346e4c283f39772af69032684e39 authored by Ken Kellner on 09 January 2024, 10:20:02 UTC
version 1.4.1
Tip revision: 0e9915b
SSE.Rd
\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}}
}


back to top