Description Usage Arguments Details Value Examples
Create empty status vector
1 |
n |
length of status vector |
ini |
initial value, defaults to |
Every function in deducorrect
returns the status of every row after treatment.
The status vector is an ordered
factor with levels
invalid | record is invalid but could not be corrected |
partial | record violates less edits then before entering the function |
corrected | record satisfies all edit restrictions after correction |
valid | record violates no edit restrictions |
where invalid < partial < corrected < valid
This function is deducorrect
internal.
an ordered factor with levels mentioned under details
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.