R/print.seqem.R

Defines functions print.seqem

Documented in print.seqem

print.seqem <- function(x, ...) {
    print(x$Imputed.DataFrames)
}

Try the mvdalab package in your browser

Any scripts or data that you put into this service are public.

mvdalab documentation built on Oct. 6, 2022, 1:05 a.m.