Description Usage Arguments Details Author(s) Examples
Missing values, blank cells, and extraneous characters in your original CSV can become NA values when you import them into R. These NA values prevent the function loops from running. Run this function on them to see if there are any NA values present in your original CSV data; all NA values should be removed either in your original CSV file or in R itself.
1 | find_na(raw_tests)
|
raw_tests |
Can take data with either one or two categorical factors |
Takes one data.frame structure at a time. Can be run on both test and control data.frames, but test group is more important since functions more dependent upon integrity of test data files.
Nicholas Sun <nicholas.sun@rutgers.edu>
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.