Package: PFLR
Type: Package
Title: Estimating Penalized Functional Linear Regression
Version: 1.1.0
Authors@R: 
  c(person(given = "Tianyu",
           family = "Guan",
           role = c("aut")
           ),
    person(given = "Haolun",
           family = "Shi",
           role = c("aut", "cre", "cph"),
			email = "shl2003@connect.hku.hk"
           ),
    person(given = "Rob",
           family = "Cameron",
           role = c("aut")
           ),
	person(given = "Zhenhua",
           family = "Lin",
           role = c("aut")
           ))
Description: Implementation of commonly used penalized functional linear regression models, including the Smooth and Locally Sparse (SLoS) method by Lin et al. (2016) <doi:10.1080/10618600.2016.1195273>, Nested Group bridge Regression (NGR) method by Guan et al. (2020) <doi:10.1080/10618600.2020.1713797>, Functional Linear Regression That's interpretable (FLIRTI) by James et al. (2009) <doi:10.1214/08-AOS641>, and the Penalized B-spline regression method.
License: GPL-2
LazyData: true
Encoding: UTF-8
Imports: fda, MASS, flare, psych, glmnet, stats, utils
RoxygenNote: 7.3.1
NeedsCompilation: no
Packaged: 2024-08-21 19:50:05 UTC; shl20
Depends: R (>= 3.5.0)
Author: Tianyu Guan [aut],
  Haolun Shi [aut, cre, cph],
  Rob Cameron [aut],
  Zhenhua Lin [aut]
Maintainer: Haolun Shi <shl2003@connect.hku.hk>
Repository: CRAN
Date/Publication: 2024-08-22 06:30:09 UTC
Built: R 4.5.1; ; 2025-10-26 03:28:00 UTC; windows
