Files
RPresence/man/coef.occMod.Rd
Jens Laufer 4f637e83b9 initial
2019-07-12 15:19:27 +02:00

23 lines
684 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/R-PRES.r
\name{coef.occMod}
\alias{coef.occMod}
\title{Extract regression coefficients from occupancy model, i.e., real parameter estimates}
\usage{
\method{coef}{occMod}(object, param = NULL)
}
\arguments{
\item{object}{an object of class \code{occMod} which is the result from fitting a model using the \code{\link{occMod}} function.}
\item{param}{name of model component to extract regression coefficients for}
}
\value{
a data.frame of the estimates and standard errors
}
\description{
Extract regression coefficients from occupancy model, i.e., real parameter estimates
}
\author{
Darryl MacKenzie
}