===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-epi-2.42/vignettes/yl.tex-42-The years of life lost is therefore just the area between the survival
r-cran-epi-2.42/vignettes/yl.tex:43:curves for those ``Well'', $S_W(t)$, and for those ``Diseased'',
r-cran-epi-2.42/vignettes/yl.tex-44-$S_D(t)$:
##############################################
r-cran-epi-2.42/vignettes/yll.tex-42-The years of life lost is therefore just the area between the survival
r-cran-epi-2.42/vignettes/yll.tex:43:curves for those ``Well'', $S_W(t)$, and for those ``Diseased'',
r-cran-epi-2.42/vignettes/yll.tex-44-$S_D(t)$:
##############################################
r-cran-epi-2.42/vignettes/yll.rnw-47-The years of life lost is therefore just the area between the survival
r-cran-epi-2.42/vignettes/yll.rnw:48:curves for those ``Well'', $S_W(t)$, and for those ``Diseased'',
r-cran-epi-2.42/vignettes/yll.rnw-49-$S_D(t)$:
##############################################
r-cran-epi-2.42/vignettes/simLexis.rnw-866-    the simulated transition is to the state corresponding to this,
r-cran-epi-2.42/vignettes/simLexis.rnw:867:    that is $k \in \{1,2,3\}$, where $t_k=\min(t_1,t_2,t_3)$
r-cran-epi-2.42/vignettes/simLexis.rnw-868-  \end{enumerate}
##############################################
r-cran-epi-2.42/R/ROC.R-97-    lr <- glm(form, family = binomial, data = data)
r-cran-epi-2.42/R/ROC.R:98:    resp <- eval( parse(text = deparse(form[[2]])), envir=lr$model )
r-cran-epi-2.42/R/ROC.R-99-    Model.inf <- paste("Model: ",paste(paste(form)[c(2,1,3)], collapse=" "))