check.data {MIfuns} | R Documentation |
This function checks for missing data, numeric data, ranges, etc. It is a tool developed to review data that has been read into R.
check.data(IDname, data)
IDname |
subject identifier in the data. |
data |
name of R object |
A summary of each column in the data
by IDname
is output.
Developed by Metrum Institute (Bill Knebel, Tim Bergsma, and others).
MIfuns package available from Metrum Institute website (http://metruminstitute.org/
).