Package: bfsl
Title: Best-Fit Straight Line
Version: 0.2.0
Date: 2021-09-23
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 <doi:10.1119/1.1632486>). 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
NeedsCompilation: no
Packaged: 2021-09-23 08:39:41 UTC; pst
Author: Patrick Sturm [aut, cre]
Maintainer: Patrick Sturm <sturm@tofwerk.com>
Repository: CRAN
Date/Publication: 2021-09-23 10:00:02 UTC
Built: R 4.2.0; ; 2022-04-25 08:30:37 UTC; unix
