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