simple_eiv-methods: Methods for simple_eiv objects

simple_eiv-methodsR Documentation

Methods for simple_eiv objects

Description

Methods defined for objects returned from the error-in-variables models (e.g., dem_reg).

Usage

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

## S3 method for class 'simple_eiv'
plot(x, x_name = "x", y_name = "y", ...)

## S3 method for class 'simple_eiv'
check(x)

Arguments

x

object of class simple_eiv from the dem_reg function.

...

further arguments passed through, see description of return value. for details. agree_test.

x_name

Name/label for x values (first measurement)

y_name

Name/label for y values (second measurement)

Value

print

Prints short summary of the error-in-variables (e.g., Deming) regression model.

plot

Returns a plot of the deming regression line, the line-of-identity, and the raw data.

check

Returns plots of the optimized residuals.


SimplyAgree documentation built on Dec. 28, 2022, 2:06 a.m.