IsDeterministic: IsDeterministic

View source: R/medltmle_HelperFun.R

IsDeterministicR Documentation

IsDeterministic

Description

Determine which patients have died or have Q set deterministically by user function before cur.node.

Usage

IsDeterministic(
  data,
  cur.node,
  deterministic.Q.function,
  nodes,
  called.from.estimate.g,
  survivalOutcome
)

Arguments

data

TO DO

cur.node

TO DO

deterministic.Q.function

TO DO

nodes

TO DO

called.from.estimate.g

TO DO

survivalOutcome

TO DO

Value

Return list contains: is.deterministic: vector of [numObservations x 1] - true if patient is already dead before cur.node or set by deterministic.Q.function Q.value: vector of [which(is.deterministic) x 1] - value of Q


podTockom/medltmle documentation built on Aug. 9, 2022, 9:32 a.m.