https://github.com/cran/rstpm2
Raw File
Tip revision: 45536c5580212aeb43a1cdf1a690e92cc843203c authored by Mark Clements on 07 January 2023, 02:40:02 UTC
version 1.5.9
Tip revision: 45536c5
bhazard.Rd
\name{bhazard}
\alias{bhazard}
\title{
Placemarker function for a baseline hazard function. 
}
\description{
Defined as the identity function.
}
\usage{
bhazard(x)
}
%- maybe also 'usage' for other objects documented here.
\arguments{
  \item{x}{
    Input (and output) value
}
}
%% \details{
%% %%  ~~ If necessary, more details than the description above ~~
%% }
\value{
Returns the input value
}
%% \references{
%% %% ~put references to the literature/web site here ~
%% }
%% \author{
%% %%  ~~who you are~~
%% }
%% \note{
%% %%  ~~further notes~~
%% }

%% %% ~Make other sections like Warning with \section{Warning }{....} ~

%% \seealso{
%% %% ~~objects to See Also as \code{\link{help}}, ~~~
%% }
%% \examples{
%% ##---- Should be DIRECTLY executable !! ----
%% ##-- ==>  Define data, use random,
%% ##--	or do  help(data=index)  for the standard data sets.

%% ## The function is currently defined as
%% function (x) 
%% x
%% }
%% % Add one or more standard keywords, see file 'KEYWORDS' in the
%% % R documentation directory (show via RShowDoc("KEYWORDS")):
%% % \keyword{ ~kwd1 }
%% % \keyword{ ~kwd2 }
%% % Use only one keyword per line.
%% % For non-standard keywords, use \concept instead of \keyword:
%% % \concept{ ~cpt1 }
%% % \concept{ ~cpt2 }
%% % Use only one concept per line.
back to top