initialize-DualEndpointOld-method: Initialization method for the "DualEndpointOld" class

initialize,DualEndpointOld-methodR Documentation

Initialization method for the "DualEndpointOld" class

Description

Initialization method for the "DualEndpointOld" class

Usage

## S4 method for signature 'DualEndpointOld'
initialize(
  .Object,
  mu,
  Sigma,
  sigma2betaW,
  sigma2W,
  rho,
  smooth = c("RW1", "RW2"),
  ...
)

Arguments

.Object

the DualEndpointOld we want to initialize

mu

see DualEndpointOld

Sigma

see DualEndpointOld

sigma2betaW

see DualEndpointOld

sigma2W

see DualEndpointOld

rho

see DualEndpointOld

smooth

either “RW1” (default) or “RW2”, for specifying the random walk prior on the biomarker level.

...

not used


crmPack documentation built on Sept. 3, 2022, 1:05 a.m.