simple_eiv-methods | R Documentation |
Methods defined for objects returned from the error-in-variables models (e.g., dem_reg).
## 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)
x |
object of class |
... |
further arguments passed through, see description of return value.
for details.
|
x_name |
Name/label for x values (first measurement) |
y_name |
Name/label for y values (second measurement) |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.