Package: bfsl Title: Best-Fit Straight Line Version: 0.2.1 Date: 2022-08-26 Authors@R: person("Patrick", "Sturm", email = "sturm@tofwerk.com", role = c("aut", "cre")) Description: How to fit a straight line through a set of points with errors in both coordinates? The 'bfsl' package implements the York regression (York, 2004 ). It provides unbiased estimates of the intercept, slope and standard errors for the best-fit straight line to independent points with (possibly correlated) normally distributed errors in both x and y. Other commonly used errors-in-variables methods, such as orthogonal distance regression, geometric mean regression or Deming regression are special cases of the 'bfsl' solution. Depends: R (>= 3.5.0) License: MIT + file LICENSE URL: https://github.com/pasturm/bfsl BugReports: https://github.com/pasturm/bfsl/issues Encoding: UTF-8 LazyData: true RoxygenNote: 7.1.2 Suggests: testthat, tibble, dplyr Imports: generics Repository: https://pasturm.r-universe.dev Date/Publication: 2022-08-26 13:44:03 UTC RemoteUrl: https://github.com/pasturm/bfsl RemoteRef: HEAD RemoteSha: 9096b1e682b4c007ee7bebf090f5a6797246e606 NeedsCompilation: no Packaged: 2026-07-16 08:52:25 UTC; root Author: Patrick Sturm [aut, cre] Maintainer: Patrick Sturm