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 26 27 28 29 30 31 32 33
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/brglm2-defunct.R
\name{brglm2-defunct}
\alias{brglm2-defunct}
\alias{check_infinite_estimates}
\alias{detect_separation}
\title{Defunct Functions in package \pkg{brglm2}}
\usage{
check_infinite_estimates(...)
detect_separation(...)
}
\arguments{
\item{...}{arguments to be passed to functions and methods.}
}
\description{
The functions or variables listed here are no longer part of
\pkg{brglm2}.
}
\details{
\itemize{
\item \code{\link[=detect_separation]{detect_separation()}}: This function is defunct from \pkg{brglm2}
since version 0.8.0. A new version of \code{\link[=detect_separation]{detect_separation()}} is now
maintained in the
\href{https://cran.r-project.org/package=detectseparation}{\pkg{detectseparation}}
R package.
\item \code{\link[=check_infinite_estimates]{check_infinite_estimates()}} is defunct from \pkg{brglm2} since
version 0.8.0. An new version of \code{\link[=check_infinite_estimates]{check_infinite_estimates()}} is
now maintained in the
\href{https://cran.r-project.org/package=detectseparation}{\pkg{detectseparation}}
R package.
}
}
|