cdm.miss {clintools} | R Documentation |
Quiet any output (cdm.miss)
Description
cdm.miss()
is a small function which suppresses any output
Usage
cdm.miss(df, id, cols, date, lostFU, filter)
Arguments
df |
dateframe to be assessed for missing data |
id |
column-name for unique id's |
cols |
columns to be assessed for missing data |
date |
column with the date of follow-up, i.e. when data is missing |
lostFU |
column for patients lost to follow up, TRUE/FALSE in the column |
filter |
how many should be shown in figures - 'all' for all, 'waiting' for those with missing or waiting for data, and 'missing' for only those with missing data |
Value
Returns a full markdown output.
Examples
## Not run:
cdm.miss(data,id=idcols[[1]],cols=missing.cols,lostFU="lostFU",
date = "follow_up_date", filter="missing")
## End(Not run)
[Package clintools version 0.9.10.1 Index]