R/data.R

#' Example Dataset of patients with aHCC receiving Lenvetanib
#'
#' A dataset containing 100 simulated patients.  Data are based on the data used
#' to generate PROSASH survival model -see ?psc::surv.mod for more detials.
#'
#' @format A model of class 'flezsurvreg':
#' \describe{
#'  \item{gamma}{cumulative baseline hazard parameters}
#'  \item{vi}{vascular invasion}
#'  \item{age60}{patient age (centred at 60)}
#'  \item{ecog}{ECOG performance Status}
#'  \item{logafp}{AFP - log scale}
#'  \item{alb}{albumin}
#'  \item{logcreat}{Creatinine - log scale}
#'  \item{allmets}{metastesis}
#'  \item{ageVasInv}{centred age nested within vascular invasion}
#'  \item{time}{survival time}
#'  \item{cen}{censoring indicator}
#'  \item{os}{survival time}
#'  \item{count}{exapmple outcome for count data}
#'  \item{trt}{exapmple identifier for mulitple treatment comparisons}
#'  \item{aet}{Aetiology}
#' }
#' @source simulated
"data"

Try the psc package in your browser

Any scripts or data that you put into this service are public.

psc documentation built on June 8, 2025, 10:16 a.m.