https://github.com/cran/emplik
Raw File
Tip revision: 6499006531aa58c62dc136e7a2daf03dfbc5aa36 authored by Mai Zhou on 07 September 2023, 17:00:02 UTC
version 1.3-1
Tip revision: 6499006
emplik-package.Rd
\name{emplik-package}
\alias{emplik-package}
\alias{emplik}
\docType{package}
\title{
Empirical likelihood for mean functional/hazard functional with possibly censored data. 
}
\description{
Empirical likelihood ratio tests and confidence intervals for means/hazards
 	from possibly censored and/or truncated data. 
	Now does regression too. The package contains some C code.
}
\details{
For non-censored data and mean parameters, use \code{el.test( )}.

For censored data and mean parameters, use \code{el.cen.EM2( )}.

For censored data and hazard parameters, use \code{emplikH1.test( )} [Poisson type likelihood];
     use \code{emplikH.disc( )} [binomial type likelihood].

For constructing confidence intervals, use \code{findUL( )}.
% An overview of how to use the package, including the most important ~~
% functions ~~
}
\author{
Mai Zhou (el.test is adapted from Owen's splus code. Yifan Yang for some C code.)

Maintainer: Mai Zhou <mai@ms.uky.edu> <maizhou@gmail.com>
}
\references{
Zhou, M. (2016).
Empirical Likelihood Method in Survival Analysis.
(Chapman and Hall/CRC Biostatistics Series)
CRC press 2016
}
\keyword{package}
\seealso{Another R package kmc for possible faster results when testing of mean with right censored data.}
back to top