compareODM: compareODM

Description Usage Arguments Author(s) References Examples

View source: R/compareODM.R

Description

compareODM provides an automated comparison of medical forms in ODM format with UMLS-based semantic annotation.
It is intended to support design of medical forms. Input: two files in CDISC ODM format (Version 1.3; see examples)
Output: A summary of identical, matching, similar and differing data items.
Items are compared using UMLS annotations.
Data from identical and matching items can be aggregated and analyzed jointly.
Data from similar items need transformation for joint analysis.

Usage

1
 compareODM( ODMfile1="", ODMfile2="" ) 

Arguments

ODMfile1

Name of first ODM file for comparison.
File format: ODM version 1.3, see examples. If omitted, file.choose()-dialog is started

ODMfile2

Name of second ODM file for comparison.
File format: ODM version 1.3, see examples. If omitted, file.choose()-dialog is started

Author(s)

Martin Dugas (dugas@uni-muenster.de)

References

An UMLS-based method to enable automated comparison of medical forms (manuscript submitted)

Examples

1
2
3
4
5
   ## Not run: 
compareODM(ODMfile1=file.path(path.package("compareODM"),"extdata","compare1.xml"), 
   ODMfile2=file.path(path.package("compareODM"),"extdata","compare2.xml"))
   
## End(Not run)

compareODM documentation built on May 2, 2019, 2:39 a.m.