summary.IDEMDATA | R Documentation |
Summarize the missing data information for class IDEMDATA
objects
generated by imData
.
## S3 method for class 'IDEMDATA'
summary(object, opt = c("misstable", "missid", "trt"), endponly = FALSE, ...)
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 |
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
.
imData
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.