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
SE-methods.Rd
\name{SE-methods}
\docType{methods}
\alias{SE}
\alias{SE-methods}
\alias{SE,linCombOrBackTrans-method}
\alias{SE,unmarkedEstimate-method}
\alias{SE,unmarkedFit-method}
\title{Methods for Function SE in Package `unmarked'}
\description{Extract standard errors of parameter estimates from a fitted model.}
\section{Methods}{
\describe{
\item{obj = "linCombOrBackTrans"}{A model prediction}
\item{obj = "unmarkedEstimate"}{See \code{\link{unmarkedEstimate-class}}}
\item{obj = "unmarkedFit"}{A fitted model}
}}
\keyword{methods}
back to top