summary.IDEMDATA {idem} | R Documentation |
Summary of IDEMDATA object
Description
Summarize the missing data information for class IDEMDATA
objects
generated by imData
.
Usage
## S3 method for class 'IDEMDATA'
summary(object, opt = c("misstable", "missid", "trt"), endponly = FALSE, ...)
Arguments
object |
A class |
opt |
Types of the summarization
|
endponly |
Logical variable that indicates whether clinical outcomes not
used in calculating the functional outcome are considered as missing and
should be imputed. The default is |
... |
Extra arguments |
Value
A dataframe with frequencies of each missing pattern when opt is misstable
.
A vector of indices of subjects that need imputation when opt is missid
.
A vector of treatment arms in the data when opt is trt
.