check.data {MIfuns}R Documentation

Summarize columns in a data set

Description

This function checks for missing data, numeric data, ranges, etc. It is a tool developed to review data that has been read into R.

Usage

check.data(IDname, data)

Arguments

IDname subject identifier in the data.
data name of R object

Value

A summary of each column in the data by IDname is output.

Author(s)

Developed by Metrum Institute (Bill Knebel, Tim Bergsma, and others).

References

MIfuns package available from Metrum Institute website (http://metruminstitute.org/).


[Package MIfuns version 3.2.9 Index]