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

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

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

# S3 method for 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.