|
a |
|
b/man/LagEffect-class.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/lag.R |
|
|
3 |
\docType{class} |
|
|
4 |
\name{LagEffect-class} |
|
|
5 |
\alias{LagEffect-class} |
|
|
6 |
\title{Parameter settings for when including a lagged effect.} |
|
|
7 |
\description{ |
|
|
8 |
Note the lambda and HR in the \code{Study} class will be used |
|
|
9 |
for time > T |
|
|
10 |
} |
|
|
11 |
\section{Slots}{ |
|
|
12 |
|
|
|
13 |
\describe{ |
|
|
14 |
\item{\code{Lag.T}}{Lagtime (T)} |
|
|
15 |
|
|
|
16 |
\item{\code{ctrlSpec}}{Control median specification for time period [0,T]} |
|
|
17 |
|
|
|
18 |
\item{\code{L.HazardRatio}}{Hazard for time period [0,T]} |
|
|
19 |
}} |
|
|
20 |
\seealso{ |
|
|
21 |
\code{\link{show,LagEffect-method}} |
|
|
22 |
} |
|
|
23 |
|