calcIntegralSurv2_cpp: C++ Function pre-computing the Integral Terms for the Peron...

View source: R/RcppExports.R

calcIntegralSurv2_cppR Documentation

C++ Function pre-computing the Integral Terms for the Peron Method in the survival case.

Description

Compute the integral with respect to the jump in survival for pairs where both outcomes are censored, i.e. \int S1(t+\tau) dS2(t).

Usage

calcIntegralSurv2_cpp(
  time,
  survival,
  dSurvival,
  index_survival,
  index_dSurvival1,
  index_dSurvival2,
  lastSurv,
  lastdSurv,
  iidNuisance,
  nJump
)

Arguments

time

[numeric vector] vector of jump time for S2.

survival

[numeric vector] the survival at each jump time: S1(t+\tau).

index_survival

[numeric vector] the position of survival parameter S1(t+\tau) among all parameters relative to S1.

index_dSurvival1

[numeric vector] the position of survival parameter S2(t-) among all parameters relative to S2.

index_dSurvival2

[numeric vector] the position of survival parameter S2(t+) among all parameters relative to S2.

lastSurv

[numeric] the value of S2 at the end of the follow-up.

iidNuisance

[logical] should the derivative of the integral relative to the S1 and S2 parameter be output.

nJump

[integer] the number of jump times relative to S2.

dsurvival

[numeric vector] the jump in survival at each jump time: S2(t+)-S2(t-)

Author(s)

Brice Ozenne


BuyseTest documentation built on March 31, 2023, 6:55 p.m.