Description Usage Arguments Examples
Check missing valus in dataset
1 |
data |
Object in class data.frame or matrix or ExpressionSet. |
1 2 3 4 5 6 | #################### Loading and view sample data
data(MethPed_sample)
head(MethPed_sample,10)
################### Check missing value
checkNA(MethPed_sample)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.