adjustedRecords: DEPRECATED Adjusted records

adjustedRecordsR Documentation

DEPRECATED Adjusted records

Description

As this is output from deprecated adjustRecords, this object is deprecated as of version 0.2.0 as well.

Usage

## S3 method for class 'adjustedRecords'
print(x, ...)

## S3 method for class 'adjustedRecords'
summary(object, ...)

## S3 method for class 'adjustedRecords'
plot(x, ...)

Arguments

x

object of class adjustedRecords

...

additional parameters to pass to other methods

object

object of class adjustedRecords

Details

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.

See Also

adjustRecords


rspa documentation built on Dec. 28, 2022, 1:09 a.m.