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
corrected
A copy of the inputdata.frame
, with records corrected where possible.corrections
A data.frame with the following colums:row
Row number where correction was appliedvariable
Variable name where correction was appliedold
Old value of adapted variablenew
New value of adapted variable
status
Adata.frame
with the same number of rows ascorrected
. It has at least a column calledstatus
. Further columns might be present, depending on the used correction function.generatedby
The name of the function that callednewdeducorrect
to construct the object.timestamp
The time and date when the object was generated, as returned bydate
.user
The system's username of the user running R. Note that this may yield unexpected results when R accessed on a remote (web)server.