Package: bfsl
Title: Best-Fit Straight Line
Version: 0.1.0
Authors@R: person("Patrick", "Sturm", email = "sturm@tofwerk.com", role = c("aut", "cre"))
Description: Provides the solution from York (1968) <doi:10.1016/S0012-821X(68)80059-7>
  for fitting a straight line to bivariate data with errors in both coordinates.
  It gives unbiased estimates of the intercept, slope and standard errors of 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 York’s solution.
Depends: R (>= 3.5.0)
License: GPL-3
URL: https://github.com/pasturm/bfsl
BugReports: https://github.com/pasturm/bfsl/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Suggests: testthat
NeedsCompilation: no
Packaged: 2018-12-05 12:58:44 UTC; pst
Author: Patrick Sturm [aut, cre]
Maintainer: Patrick Sturm <sturm@tofwerk.com>
Repository: CRAN
Date/Publication: 2018-12-16 14:50:03 UTC
