Package: lm.br
Type: Package
Title: Linear Model with Breakpoint
Version: 2.9.7
Date: 2024-02-12
Authors@R: c( person("Marc", "Adams", role= c("aut", "cre"), email= "lm.br.pkg@gmail.com"),
  person("authors of R function 'lm'", role = "ctb", comment = "general interface"),
  person("authors of 'lm.gls'", role = "ctb", comment = "interface and R code for covariate weights"),
  person("U.S. NIST", role = "ctb", comment = "C++ code for TNT::Vector template") )
Copyright: 'lm.br' uses the design and some R-code of 'lm' copyright
        (C) 2015 The R Foundation for Statistical Computing, and of
        'lm.gls' copyright (C) 1994-2005 W. N. Venables and B. D.
        Ripley.
Description: Exact significance tests for a changepoint in linear or multiple linear regression.  
  Confidence regions with exact coverage probabilities for the changepoint.  Based on 
  Knowles, Siegmund and Zhang (1991) <doi:10.1093/biomet/78.1.15>.
License: GPL (>= 2)
Depends: R(>= 3.0.1), Rcpp (>= 0.11.0)
Imports: stats, methods, graphics, datasets
LinkingTo: Rcpp
NeedsCompilation: yes
Packaged: 2024-02-13 15:18:01 UTC; marc
Author: Marc Adams [aut, cre],
  authors of R function 'lm' [ctb] (general interface),
  authors of 'lm.gls' [ctb] (interface and R code for covariate weights),
  U.S. NIST [ctb] (C++ code for TNT::Vector template)
Maintainer: Marc Adams <lm.br.pkg@gmail.com>
Repository: CRAN
Date/Publication: 2024-02-17 11:10:02 UTC
