Skip to content

SurvDisc

Discrete Time Survival and Longitudinal Data Analysis

v0.1.1 · May 4, 2018 · GPL-2

Description

Various functions for discrete time survival analysis and longitudinal analysis. SIMEX method for correcting for bias for errors-in-variables in a mixed effects model. Asymptotic mean and variance of different proportional hazards test statistics using different ties methods given two survival curves and censoring distributions. Score test and Wald test for regression analysis of grouped survival data. Calculation of survival curves for events defined by the response variable in a mixed effects model crossing a threshold with or without confirmation.

Downloads

188

Last 30 days

17427th

188

Last 90 days

188

Last year

CRAN Check Status

14 NOTE
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang NOTE
r-devel-linux-x86_64-debian-gcc NOTE
r-devel-linux-x86_64-fedora-clang NOTE
r-devel-linux-x86_64-fedora-gcc NOTE
r-devel-macos-arm64 NOTE
r-devel-windows-x86_64 NOTE
r-oldrel-macos-arm64 NOTE
r-oldrel-macos-x86_64 NOTE
r-oldrel-windows-x86_64 NOTE
r-patched-linux-x86_64 NOTE
r-release-linux-x86_64 NOTE
r-release-macos-arm64 NOTE
r-release-macos-x86_64 NOTE
r-release-windows-x86_64 NOTE
Check details (14 non-OK)
NOTE r-devel-linux-x86_64-debian-clang

Rd files

checkRd: (-1) AsympDiscSurv.Rd:24: Lost braces; missing escapes or markup?
    24 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time.  Note that subjects censored at \code{time[j]} are not in the risk set, only subjects who have an event at this time or later or who are censored later. This definition of censoring time is the definition used in the reference and may be different than used in other places. Add 1 to all censored times if desired to force censoring to conform with the more standard ways. With equal allocation and no censoring, then \code{p0[1]=p1[1]=0.5}.
       |                                                                                                                                                                           ^
checkRd: (-1) LongToSurv.Rd:24: Lost braces
    24 | The discrete survival function is found given a distribution of covariates and a longitudinal model. The event is defined by the response variable crossing a threshold value either once (confirmation = "none") or twice in successive time points.  The distribution of the covariates is assumed to be truncated multivariate normal. If method is \code{"simulation"}, then /code{nsim/accept.rate} values of the covariates are simulated first. The truncation conditions are tested and approximately \code{nsim} of these covariates will be accepted. The survival curve is found and averaged over the covariate values in the sample. If the method is \code{"analytic"}, then the survival curve function is integrated analytically (using the \code{adaptIntegrate} function from the \code{cubature} package).
       |                                                                                                                                                                                                                                                                                                                                                                                       ^
checkRd: (-1) SampleSizeDiscSurv.Rd:40: Lost braces; missing escapes or markup?
    40 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time.  Note that subjects censored at \code{time[j]} are not in the risk set, only subjects who have an event at this time or later or who are censored later. This definition of censoring time is the definition used in the reference and may be different than used in other places. Add 1 to all censored times if desired to force censoring to conform with the more standard ways. With equal allocation and no censoring, then \code{p0[1]=p1[1]=0.5}.
       |                                                                                                                                                                           ^
NOTE r-devel-linux-x86_64-debian-gcc

Rd files

checkRd: (-1) AsympDiscSurv.Rd:24: Lost braces; missing escapes or markup?
    24 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time.  Note that subjects censored at \code{time[j]} are not in the risk set, only subjects who have an event at this time or later or who are censored later. This definition of censoring time is the definition used in the reference and may be different than used in other places. Add 1 to all censored times if desired to force censoring to conform with the more standard ways. With equal allocation and no censoring, then \code{p0[1]=p1[1]=0.5}.
       |                                                                                                                                                                           ^
checkRd: (-1) LongToSurv.Rd:24: Lost braces
    24 | The discrete survival function is found given a distribution of covariates and a longitudinal model. The event is defined by the response variable crossing a threshold value either once (confirmation = "none") or twice in successive time points.  The distribution of the covariates is assumed to be truncated multivariate normal. If method is \code{"simulation"}, then /code{nsim/accept.rate} values of the covariates are simulated first. The truncation conditions are tested and approximately \code{nsim} of these covariates will be accepted. The survival curve is found and averaged over the covariate values in the sample. If the method is \code{"analytic"}, then the survival curve function is integrated analytically (using the \code{adaptIntegrate} function from the \code{cubature} package).
       |                                                                                                                                                                                                                                                                                                                                                                                       ^
checkRd: (-1) SampleSizeDiscSurv.Rd:40: Lost braces; missing escapes or markup?
    40 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time.  Note that subjects censored at \code{time[j]} are not in the risk set, only subjects who have an event at this time or later or who are censored later. This definition of censoring time is the definition used in the reference and may be different than used in other places. Add 1 to all censored times if desired to force censoring to conform with the more standard ways. With equal allocation and no censoring, then \code{p0[1]=p1[1]=0.5}.
       |                                                                                                                                                                           ^
NOTE r-devel-linux-x86_64-fedora-clang

Rd files

checkRd: (-1) AsympDiscSurv.Rd:24: Lost braces; missing escapes or markup?
    24 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time.  Note that subjects censored at \code{time[j]} are not in the risk set, only subjects who have an event at this time or later or who are censored later. This definition of censoring time is the definition used in the reference and may be different than used in other places. Add 1 to all censored times if desired to force censoring to conform with the more standard ways. With equal allocation and no censoring, then \code{p0[1]=p1[1]=0.5}.
       |                                                                                                                                                                           ^
checkRd: (-1) LongToSurv.Rd:24: Lost braces
    24 | The discrete survival function is found given a distribution of covariates and a longitudinal model. The event is defined by the response variable crossing a threshold value either once (confirmation = "none") or twice in successive time points.  The distribution of the covariates is assumed to be truncated multivariate normal. If method is \code{"simulation"}, then /code{nsim/accept.rate} values of the covariates are simulated first. The truncation conditions are tested and approximately \code{nsim} of these covariates will be accepted. The survival curve is found and averaged over the covariate values in the sample. If the method is \code{"analytic"}, then the survival curve function is integrated analytically (using the \code{adaptIntegrate} function from the \code{cubature} package).
       |                                                                                                                                                                                                                                                                                                                                                                                       ^
checkRd: (-1) SampleSizeDiscSurv.Rd:40: Lost braces; missing escapes or markup?
    40 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time.  Note that subjects censored at \code{time[j]} are not in the risk set, only subjects who have an event at this time or later or who are censored later. This definition of censoring time is the definition used in the reference and may be different than used in other places. Add 1 to all censored times if desired to force censoring to conform with the more standard ways. With equal allocation and no censoring, then \code{p0[1]=p1[1]=0.5}.
       |                                                                                                                                                                           ^
NOTE r-devel-linux-x86_64-fedora-gcc

Rd files

checkRd: (-1) AsympDiscSurv.Rd:24: Lost braces; missing escapes or markup?
    24 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time.  Note that subjects censored at \code{time[j]} are not in the risk set, only subjects who have an event at this time or later or who are censored later. This definition of censoring time is the definition used in the reference and may be different than used in other places. Add 1 to all censored times if desired to force censoring to conform with the more standard ways. With equal allocation and no censoring, then \code{p0[1]=p1[1]=0.5}.
       |                                                                                                                                                                           ^
checkRd: (-1) LongToSurv.Rd:24: Lost braces
    24 | The discrete survival function is found given a distribution of covariates and a longitudinal model. The event is defined by the response variable crossing a threshold value either once (confirmation = "none") or twice in successive time points.  The distribution of the covariates is assumed to be truncated multivariate normal. If method is \code{"simulation"}, then /code{nsim/accept.rate} values of the covariates are simulated first. The truncation conditions are tested and approximately \code{nsim} of these covariates will be accepted. The survival curve is found and averaged over the covariate values in the sample. If the method is \code{"analytic"}, then the survival curve function is integrated analytically (using the \code{adaptIntegrate} function from the \code{cubature} package).
       |                                                                                                                                                                                                                                                                                                                                                                                       ^
checkRd: (-1) SampleSizeDiscSurv.Rd:40: Lost braces; missing escapes or markup?
    40 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time.  Note that subjects censored at \code{time[j]} are not in the risk set, only subjects who have an event at this time or later or who are censored later. This definition of censoring time is the definition used in the reference and may be different than used in other places. Add 1 to all censored times if desired to force censoring to conform with the more standard ways. With equal allocation and no censoring, then \code{p0[1]=p1[1]=0.5}.
       |                                                                                                                                                                           ^
NOTE r-devel-macos-arm64

Rd files

checkRd: (-1) AsympDiscSurv.Rd:24: Lost braces; missing escapes or markup?
    24 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time.  Note that subjects censored at \code{time[j]} are not in the risk set, only subjects who have an event at this time or later or who are censored later. This definition of censoring time is the definition used in the reference and may be different than used in other places. Add 1 to all censored times if desired to force censoring to conform with the more standard ways. With equal allocation and no censoring, then \code{p0[1]=p1[1]=0.5}.
       |                                                                                                                                                                           ^
checkRd: (-1) LongToSurv.Rd:24: Lost braces
    24 | The discrete survival function is found given a distribution of covariates and a longitudinal model. The event is defined by the response variable crossing a threshold value either once (confirmation = "none") or twice in successive time points.  The distribution of the covariates is assumed to be truncated multivariate normal. If method is \code{"simulation"}, then /code{nsim/accept.rate} values of the covariates are simulated first. The truncation conditions are tested and approximately \code{nsim} of these covariates will be accepted. The survival curve is found and averaged over the covariate values in the sample. If the method is \code{"analytic"}, then the survival curve function is integrated analytically (using the \code{adaptIntegrate} function from the \code{cubature} package).
       |                                                                                                                                                                                                                                                                                                                                                                                       ^
checkRd: (-1) SampleSizeDiscSurv.Rd:40: Lost braces; missing escapes or markup?
    40 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time.  Note that subjects censored at \code{time[j]} are not in the risk set, only subjects who have an event at this time or later or who are censored later. This definition of censoring time is the definition used in the reference and may be different than used in other places. Add 1 to all censored times if desired to force censoring to conform with the more standard ways. With equal allocation and no censoring, then \code{p0[1]=p1[1]=0.5}.
       |                                                                                                                                                                           ^
NOTE r-devel-windows-x86_64

Rd files

checkRd: (-1) AsympDiscSurv.Rd:24: Lost braces; missing escapes or markup?
    24 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time.  Note that subjects censored at \code{time[j]} are not in the risk set, only subjects who have an event at this time or later or who are censored later. This definition of censoring time is the definition used in the reference and may be different than used in other places. Add 1 to all censored times if desired to force censoring to conform with the more standard ways. With equal allocation and no censoring, then \code{p0[1]=p1[1]=0.5}.
       |                                                                                                                                                                           ^
checkRd: (-1) LongToSurv.Rd:24: Lost braces
    24 | The discrete survival function is found given a distribution of covariates and a longitudinal model. The event is defined by the response variable crossing a threshold value either once (confirmation = "none") or twice in successive time points.  The distribution of the covariates is assumed to be truncated multivariate normal. If method is \code{"simulation"}, then /code{nsim/accept.rate} values of the covariates are simulated first. The truncation conditions are tested and approximately \code{nsim} of these covariates will be accepted. The survival curve is found and averaged over the covariate values in the sample. If the method is \code{"analytic"}, then the survival curve function is integrated analytically (using the \code{adaptIntegrate} function from the \code{cubature} package).
       |                                                                                                                                                                                                                                                                                                                                                                                       ^
checkRd: (-1) SampleSizeDiscSurv.Rd:40: Lost braces; missing escapes or markup?
    40 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time.  Note that subjects censored at \code{time[j]} are not in the risk set, only subjects who have an event at this time or later or who are censored later. This definition of censoring time is the definition used in the reference and may be different than used in other places. Add 1 to all censored times if desired to force censoring to conform with the more standard ways. With equal allocation and no censoring, then \code{p0[1]=p1[1]=0.5}.
       |                                                                                                                                                                           ^
NOTE r-oldrel-macos-arm64

Rd files

checkRd: (-1) AsympDiscSurv.Rd:24: Lost braces; missing escapes or markup?
    24 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time.  Note that subjects censored at \code{time[j]} are not in the risk set, only subjects who have an event at this time or later or who are censored later. This definition of censoring time is the definition used in the reference and may be different than used in other places. Add 1 to all censored times if desired to force censoring to conform with the more standard ways. With equal allocation and no censoring, then \code{p0[1]=p1[1]=0.5}.
       |                                                                                                                                                                           ^
checkRd: (-1) LongToSurv.Rd:24: Lost braces
    24 | The discrete survival function is found given a distribution of covariates and a longitudinal model. The event is defined by the response variable crossing a threshold value either once (confirmation = "none") or twice in successive time points.  The distribution of the covariates is assumed to be truncated multivariate normal. If method is \code{"simulation"}, then /code{nsim/accept.rate} values of the covariates are simulated first. The truncation conditions are tested and approximately \code{nsim} of these covariates will be accepted. The survival curve is found and averaged over the covariate values in the sample. If the method is \code{"analytic"}, then the survival curve function is integrated analytically (using the \code{adaptIntegrate} function from the \code{cubature} package).
       |                                                                                                                                                                                                                                                                                                                                                                                       ^
checkRd: (-1) SampleSizeDiscSurv.Rd:40: Lost braces; missing escapes or markup?
    40 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time.  Note that subjects censored at \code{time[j]} are not in the risk set, only subjects who have an event at this time or later or who are censored later. This definition of censoring time is the definition used in the reference and may be different than used in other places. Add 1 to all censored times if desired to force censoring to conform with the more standard ways. With equal allocation and no censoring, then \code{p0[1]=p1[1]=0.5}.
       |                                                                                                                                                                           ^
NOTE r-oldrel-macos-x86_64

Rd files

checkRd: (-1) AsympDiscSurv.Rd:24: Lost braces; missing escapes or markup?
    24 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time.  Note that subjects censored at \code{time[j]} are not in the risk set, only subjects who have an event at this time or later or who are censored later. This definition of censoring time is the definition used in the reference and may be different than used in other places. Add 1 to all censored times if desired to force censoring to conform with the more standard ways. With equal allocation and no censoring, then \code{p0[1]=p1[1]=0.5}.
       |                                                                                                                                                                           ^
checkRd: (-1) LongToSurv.Rd:24: Lost braces
    24 | The discrete survival function is found given a distribution of covariates and a longitudinal model. The event is defined by the response variable crossing a threshold value either once (confirmation = "none") or twice in successive time points.  The distribution of the covariates is assumed to be truncated multivariate normal. If method is \code{"simulation"}, then /code{nsim/accept.rate} values of the covariates are simulated first. The truncation conditions are tested and approximately \code{nsim} of these covariates will be accepted. The survival curve is found and averaged over the covariate values in the sample. If the method is \code{"analytic"}, then the survival curve function is integrated analytically (using the \code{adaptIntegrate} function from the \code{cubature} package).
       |                                                                                                                                                                                                                                                                                                                                                                                       ^
checkRd: (-1) SampleSizeDiscSurv.Rd:40: Lost braces; missing escapes or markup?
    40 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time.  Note that subjects censored at \code{time[j]} are not in the risk set, only subjects who have an event at this time or later or who are censored later. This definition of censoring time is the definition used in the reference and may be different than used in other places. Add 1 to all censored times if desired to force censoring to conform with the more standard ways. With equal allocation and no censoring, then \code{p0[1]=p1[1]=0.5}.
       |                                                                                                                                                                           ^
NOTE r-oldrel-windows-x86_64

Rd files

checkRd: (-1) AsympDiscSurv.Rd:24: Lost braces; missing escapes or markup?
    24 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time.  Note that subjects censored at \code{time[j]} are not in the risk set, only subjects who have an event at this time or later or who are censored later. This definition of censoring time is the definition used in the reference and may be different than used in other places. Add 1 to all censored times if desired to force censoring to conform with the more standard ways. With equal allocation and no censoring, then \code{p0[1]=p1[1]=0.5}.
       |                                                                                                                                                                           ^
checkRd: (-1) LongToSurv.Rd:24: Lost braces
    24 | The discrete survival function is found given a distribution of covariates and a longitudinal model. The event is defined by the response variable crossing a threshold value either once (confirmation = "none") or twice in successive time points.  The distribution of the covariates is assumed to be truncated multivariate normal. If method is \code{"simulation"}, then /code{nsim/accept.rate} values of the covariates are simulated first. The truncation conditions are tested and approximately \code{nsim} of these covariates will be accepted. The survival curve is found and averaged over the covariate values in the sample. If the method is \code{"analytic"}, then the survival curve function is integrated analytically (using the \code{adaptIntegrate} function from the \code{cubature} package).
       |                                                                                                                                                                                                                                                                                                                                                                                       ^
checkRd: (-1) SampleSizeDiscSurv.Rd:40: Lost braces; missing escapes or markup?
    40 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time.  Note that subjects censored at \code{time[j]} are not in the risk set, only subjects who have an event at this time or later or who are censored later. This definition of censoring time is the definition used in the reference and may be different than used in other places. Add 1 to all censored times if desired to force censoring to conform with the more standard ways. With equal allocation and no censoring, then \code{p0[1]=p1[1]=0.5}.
       |                                                                                                                                                                           ^
NOTE r-patched-linux-x86_64

Rd files

checkRd: (-1) AsympDiscSurv.Rd:24: Lost braces; missing escapes or markup?
    24 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time.  Note that subjects censored at \code{time[j]} are not in the risk set, only subjects who have an event at this time or later or who are censored later. This definition of censoring time is the definition used in the reference and may be different than used in other places. Add 1 to all censored times if desired to force censoring to conform with the more standard ways. With equal allocation and no censoring, then \code{p0[1]=p1[1]=0.5}.
       |                                                                                                                                                                           ^
checkRd: (-1) LongToSurv.Rd:24: Lost braces
    24 | The discrete survival function is found given a distribution of covariates and a longitudinal model. The event is defined by the response variable crossing a threshold value either once (confirmation = "none") or twice in successive time points.  The distribution of the covariates is assumed to be truncated multivariate normal. If method is \code{"simulation"}, then /code{nsim/accept.rate} values of the covariates are simulated first. The truncation conditions are tested and approximately \code{nsim} of these covariates will be accepted. The survival curve is found and averaged over the covariate values in the sample. If the method is \code{"analytic"}, then the survival curve function is integrated analytically (using the \code{adaptIntegrate} function from the \code{cubature} package).
       |                                                                                                                                                                                                                                                                                                                                                                                       ^
checkRd: (-1) SampleSizeDiscSurv.Rd:40: Lost braces; missing escapes or markup?
    40 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time.  Note that subjects censored at \code{time[j]} are not in the risk set, only subjects who have an event at this time or later or who are censored later. This definition of censoring time is the definition used in the reference and may be different than used in other places. Add 1 to all censored times if desired to force censoring to conform with the more standard ways. With equal allocation and no censoring, then \code{p0[1]=p1[1]=0.5}.
       |                                                                                                                                                                           ^
NOTE r-release-linux-x86_64

Rd files

checkRd: (-1) AsympDiscSurv.Rd:24: Lost braces; missing escapes or markup?
    24 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time.  Note that subjects censored at \code{time[j]} are not in the risk set, only subjects who have an event at this time or later or who are censored later. This definition of censoring time is the definition used in the reference and may be different than used in other places. Add 1 to all censored times if desired to force censoring to conform with the more standard ways. With equal allocation and no censoring, then \code{p0[1]=p1[1]=0.5}.
       |                                                                                                                                                                           ^
checkRd: (-1) LongToSurv.Rd:24: Lost braces
    24 | The discrete survival function is found given a distribution of covariates and a longitudinal model. The event is defined by the response variable crossing a threshold value either once (confirmation = "none") or twice in successive time points.  The distribution of the covariates is assumed to be truncated multivariate normal. If method is \code{"simulation"}, then /code{nsim/accept.rate} values of the covariates are simulated first. The truncation conditions are tested and approximately \code{nsim} of these covariates will be accepted. The survival curve is found and averaged over the covariate values in the sample. If the method is \code{"analytic"}, then the survival curve function is integrated analytically (using the \code{adaptIntegrate} function from the \code{cubature} package).
       |                                                                                                                                                                                                                                                                                                                                                                                       ^
checkRd: (-1) SampleSizeDiscSurv.Rd:40: Lost braces; missing escapes or markup?
    40 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time.  Note that subjects censored at \code{time[j]} are not in the risk set, only subjects who have an event at this time or later or who are censored later. This definition of censoring time is the definition used in the reference and may be different than used in other places. Add 1 to all censored times if desired to force censoring to conform with the more standard ways. With equal allocation and no censoring, then \code{p0[1]=p1[1]=0.5}.
       |                                                                                                                                                                           ^
NOTE r-release-macos-arm64

Rd files

checkRd: (-1) AsympDiscSurv.Rd:24: Lost braces; missing escapes or markup?
    24 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time.  Note that subjects censored at \code{time[j]} are not in the risk set, only subjects who have an event at this time or later or who are censored later. This definition of censoring time is the definition used in the reference and may be different than used in other places. Add 1 to all censored times if desired to force censoring to conform with the more standard ways. With equal allocation and no censoring, then \code{p0[1]=p1[1]=0.5}.
       |                                                                                                                                                                           ^
checkRd: (-1) LongToSurv.Rd:24: Lost braces
    24 | The discrete survival function is found given a distribution of covariates and a longitudinal model. The event is defined by the response variable crossing a threshold value either once (confirmation = "none") or twice in successive time points.  The distribution of the covariates is assumed to be truncated multivariate normal. If method is \code{"simulation"}, then /code{nsim/accept.rate} values of the covariates are simulated first. The truncation conditions are tested and approximately \code{nsim} of these covariates will be accepted. The survival curve is found and averaged over the covariate values in the sample. If the method is \code{"analytic"}, then the survival curve function is integrated analytically (using the \code{adaptIntegrate} function from the \code{cubature} package).
       |                                                                                                                                                                                                                                                                                                                                                                                       ^
checkRd: (-1) SampleSizeDiscSurv.Rd:40: Lost braces; missing escapes or markup?
    40 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time.  Note that subjects censored at \code{time[j]} are not in the risk set, only subjects who have an event at this time or later or who are censored later. This definition of censoring time is the definition used in the reference and may be different than used in other places. Add 1 to all censored times if desired to force censoring to conform with the more standard ways. With equal allocation and no censoring, then \code{p0[1]=p1[1]=0.5}.
       |                                                                                                                                                                           ^
NOTE r-release-macos-x86_64

Rd files

checkRd: (-1) AsympDiscSurv.Rd:24: Lost braces; missing escapes or markup?
    24 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time.  Note that subjects censored at \code{time[j]} are not in the risk set, only subjects who have an event at this time or later or who are censored later. This definition of censoring time is the definition used in the reference and may be different than used in other places. Add 1 to all censored times if desired to force censoring to conform with the more standard ways. With equal allocation and no censoring, then \code{p0[1]=p1[1]=0.5}.
       |                                                                                                                                                                           ^
checkRd: (-1) LongToSurv.Rd:24: Lost braces
    24 | The discrete survival function is found given a distribution of covariates and a longitudinal model. The event is defined by the response variable crossing a threshold value either once (confirmation = "none") or twice in successive time points.  The distribution of the covariates is assumed to be truncated multivariate normal. If method is \code{"simulation"}, then /code{nsim/accept.rate} values of the covariates are simulated first. The truncation conditions are tested and approximately \code{nsim} of these covariates will be accepted. The survival curve is found and averaged over the covariate values in the sample. If the method is \code{"analytic"}, then the survival curve function is integrated analytically (using the \code{adaptIntegrate} function from the \code{cubature} package).
       |                                                                                                                                                                                                                                                                                                                                                                                       ^
checkRd: (-1) SampleSizeDiscSurv.Rd:40: Lost braces; missing escapes or markup?
    40 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time.  Note that subjects censored at \code{time[j]} are not in the risk set, only subjects who have an event at this time or later or who are censored later. This definition of censoring time is the definition used in the reference and may be different than used in other places. Add 1 to all censored times if desired to force censoring to conform with the more standard ways. With equal allocation and no censoring, then \code{p0[1]=p1[1]=0.5}.
       |                                                                                                                                                                           ^
NOTE r-release-windows-x86_64

Rd files

checkRd: (-1) AsympDiscSurv.Rd:24: Lost braces; missing escapes or markup?
    24 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time.  Note that subjects censored at \code{time[j]} are not in the risk set, only subjects who have an event at this time or later or who are censored later. This definition of censoring time is the definition used in the reference and may be different than used in other places. Add 1 to all censored times if desired to force censoring to conform with the more standard ways. With equal allocation and no censoring, then \code{p0[1]=p1[1]=0.5}.
       |                                                                                                                                                                           ^
checkRd: (-1) LongToSurv.Rd:24: Lost braces
    24 | The discrete survival function is found given a distribution of covariates and a longitudinal model. The event is defined by the response variable crossing a threshold value either once (confirmation = "none") or twice in successive time points.  The distribution of the covariates is assumed to be truncated multivariate normal. If method is \code{"simulation"}, then /code{nsim/accept.rate} values of the covariates are simulated first. The truncation conditions are tested and approximately \code{nsim} of these covariates will be accepted. The survival curve is found and averaged over the covariate values in the sample. If the method is \code{"analytic"}, then the survival curve function is integrated analytically (using the \code{adaptIntegrate} function from the \code{cubature} package).
       |                                                                                                                                                                                                                                                                                                                                                                                       ^
checkRd: (-1) SampleSizeDiscSurv.Rd:40: Lost braces; missing escapes or markup?
    40 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time.  Note that subjects censored at \code{time[j]} are not in the risk set, only subjects who have an event at this time or later or who are censored later. This definition of censoring time is the definition used in the reference and may be different than used in other places. Add 1 to all censored times if desired to force censoring to conform with the more standard ways. With equal allocation and no censoring, then \code{p0[1]=p1[1]=0.5}.
       |                                                                                                                                                                           ^

Check History

NOTE 0 OK · 14 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 9, 2026
NOTE r-devel-linux-x86_64-debian-clang

Rd files

checkRd: (-1) AsympDiscSurv.Rd:24: Lost braces; missing escapes or markup?
    24 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time
NOTE r-devel-linux-x86_64-debian-gcc

Rd files

checkRd: (-1) AsympDiscSurv.Rd:24: Lost braces; missing escapes or markup?
    24 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time
NOTE r-devel-linux-x86_64-fedora-clang

Rd files

checkRd: (-1) AsympDiscSurv.Rd:24: Lost braces; missing escapes or markup?
    24 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time
NOTE r-devel-linux-x86_64-fedora-gcc

Rd files

checkRd: (-1) AsympDiscSurv.Rd:24: Lost braces; missing escapes or markup?
    24 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time
NOTE r-devel-macos-arm64

Rd files

checkRd: (-1) AsympDiscSurv.Rd:24: Lost braces; missing escapes or markup?
    24 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time
NOTE r-devel-windows-x86_64

Rd files

checkRd: (-1) AsympDiscSurv.Rd:24: Lost braces; missing escapes or markup?
    24 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time
NOTE r-patched-linux-x86_64

Rd files

checkRd: (-1) AsympDiscSurv.Rd:24: Lost braces; missing escapes or markup?
    24 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time
NOTE r-release-linux-x86_64

Rd files

checkRd: (-1) AsympDiscSurv.Rd:24: Lost braces; missing escapes or markup?
    24 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time
NOTE r-release-macos-arm64

Rd files

checkRd: (-1) AsympDiscSurv.Rd:24: Lost braces; missing escapes or markup?
    24 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time
NOTE r-release-macos-x86_64

Rd files

checkRd: (-1) AsympDiscSurv.Rd:24: Lost braces; missing escapes or markup?
    24 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time
NOTE r-release-windows-x86_64

Rd files

checkRd: (-1) AsympDiscSurv.Rd:24: Lost braces; missing escapes or markup?
    24 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time
NOTE r-oldrel-macos-arm64

Rd files

checkRd: (-1) AsympDiscSurv.Rd:24: Lost braces; missing escapes or markup?
    24 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time
NOTE r-oldrel-macos-x86_64

Rd files

checkRd: (-1) AsympDiscSurv.Rd:24: Lost braces; missing escapes or markup?
    24 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time
NOTE r-oldrel-windows-x86_64

Rd files

checkRd: (-1) AsympDiscSurv.Rd:24: Lost braces; missing escapes or markup?
    24 | \code{p0} and \code{p1} are not the survival curves because they also include information about the allocation ratio between groups and the censoring distribution. The j^{th} element of \code{p0} is the probability of being assigned to the control group and being at risk at time \code{time[j]}. \code{p0+p1} is always less than or equal to 1 and should be close to 1 at the first time point and decreasing with time

Dependency Network

Dependencies Reverse dependencies cubature mvtnorm MASS nlme simex survival SurvDisc

Version History

new 0.1.1 Mar 10, 2026