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
vcov-methods.Rd
\name{vcov-methods}
\docType{methods}
\alias{vcov-methods}
\alias{vcov,linCombOrBackTrans-method}
\alias{vcov,unmarkedEstimate-method}
\alias{vcov,unmarkedFit-method}
\alias{vcov,unmarkedFitOccuMulti-method}
\title{Methods for Function vcov in Package `unmarked'}
\description{Extract variance-covariance matrix from a fitted model.}
\section{Methods}{
\describe{
\item{object = "linCombOrBackTrans"}{See \code{\link{linearComb-methods}}}
\item{object = "unmarkedEstimate"}{See \code{\link{unmarkedEstimate-class}}}
\item{object = "unmarkedFit"}{A fitted model}
}}
\keyword{methods}
back to top