summary | R Documentation |
Retrieves the estimated beta parameters for the m value that minimizes the AIC; the m value; and the AIC value.
object |
An object of class ICODS |
... |
ignored |
A list containing
par |
A matrix containing the estimated parameter value, the standard error, and the p-value. |
m |
The selected m value. |
AIC |
The AIC. |
data(odsData)
resultODS <- ODSDesignIC(U = odsData$U,
V = odsData$V,
del1 = odsData$del1,
del2 = odsData$del2,
z = odsData$z,
mVal = 1L,
ind = odsData$ind,
a1 = 0.43,
a2 = 0.45,
beta = NULL,
maxit = 10L,
verbose = TRUE)
summary(resultODS)
data(ccData)
resultCC <- CaseCohortIC(U = ccData$U,
V = ccData$V,
del1 = ccData$del1,
del2 = ccData$del2,
xi = ccData$xi,
z = ccData$z,
sp = 0.2,
mVal = 1L,
B = 10L,
beta = NULL,
maxit = 10L,
verbose = TRUE)
summary(resultCC)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.