CM {cents} | R Documentation |
An exact algorithm is used.
CM(y, iy)
y |
data vector |
iy |
indicator with entries: "o","L","R","na". If missing, it is assumed there is no censoring and iy entries are set to "o" or "na" according to whether the corresponding value in y is numeric or NA. |
More details later.
a list
A. I. McLeod
later
z <- log(NiagaraToxic$toxic) iz <- c("o", "L")[1+NiagaraToxic$cQ] CM(z,iz) cenarma(z, iz, p=0, q=0)