As this is output from deprecated adjustRecords
, this object is
deprecated as of version 0.2.0 as well.
# S3 method for adjustedRecords
print(x, ...)# S3 method for adjustedRecords
summary(object, ...)
# S3 method for adjustedRecords
plot(x, ...)
object of class adjustedRecords
additional parameters to pass to other methods
object of class adjustedRecords
The adjustedRecords
object contains adjusted data as well as some information
on the adjusting process. In particular:
\$adjusted
: data.frame
similar to dat
with adjusted values.
$status
: data.frame
with the same number of rows as dat
. Each row
stores the information of one adjusted
object.
When printed, only the first 10 rows of cbind(adjusted, status)
are shown. Use summary
for a quick overview. The plot
method shows kernel density estimates of the accuracy and
objective functions. To avoid densities at values below 0, the accuracy densities are evaluated
under a sqrt-transform and transformed back before plotting. For the objective function values
a log-transform is used.
adjustRecords