Diff of /man/LagEffect.Rd [000000] .. [f2e496]

Switch to unified view

a b/man/LagEffect.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/lag.R
3
\name{LagEffect}
4
\alias{LagEffect}
5
\title{LagEffect constructor}
6
\usage{
7
LagEffect(Lag.T, L.Ctr.median = as.numeric(NA),
8
  L.HazardRatio = as.numeric(NA))
9
}
10
\arguments{
11
\item{Lag.T}{Lagtime (T)}
12
13
\item{L.Ctr.median}{Control median for time period [0,T]}
14
15
\item{L.HazardRatio}{Hazard for time period [0,T]}
16
}
17
\value{
18
A LagEffect object
19
}
20
\description{
21
Note the lambda and HR in the study class will be used
22
for time > T
23
}
24