scatter plot using yorkregression and ggplot2

Hi,
I am using york function from yorkregression library GitHub - JENScoding/yorkregression: R package with York's regression

as

fit <- york(test_york$AE33_abs_880nm, test_york$PAX_abs870, test_york$AE33_abs_error_880nm,test_york$PAX_abs_error_870, r_xy_errors = 0)

But, I am getting an error as

unused arguments (test_york$AE33_abs_error_880nm, test_york$PAX_abs_error_870, r_xy_errors = 0)

Could you please let me know how to resolve this issue?
the data can be found Dropbox - TEST_YORK.csv - Simplify your life

Thanks

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.