| deducorrect-object {deducorrect} | R Documentation |
deducorrect object
Description
deducorrect object
Details
All correct* functions of the deducorrect package return an S3 object of class deducorrect.
The "public slots" are
correctedA copy of the inputdata.frame, with records corrected where possible.correctionsA data.frame with the following colums:rowRow number where correction was appliedvariableVariable name where correction was appliedoldOld value of adapted variablenewNew value of adapted variable
statusAdata.framewith the same number of rows ascorrected. It has at least a column calledstatus. Further columns might be present, depending on the used correction function.generatedbyThe name of the function that callednewdeducorrectto construct the object.timestampThe time and date when the object was generated, as returned bydate.userThe system's username of the user running R. Note that this may yield unexpected results when R accessed on a remote (web)server.