Learn R Programming

crmPack (version 1.0.0)

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

Description

Initialization method for the "DualEndpointOld" class

Usage

# S4 method for 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