-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 936 Bytes
/
DESCRIPTION
File metadata and controls
27 lines (27 loc) · 936 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Package: spfda
Type: Package
Title: Function-on-Scalar Regression with Group-Bridge Penalty
Version: 0.9.2
License: MIT + file LICENSE
Authors@R: c(
person("Zhengjia", "Wang", email = "dipterix.wang@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5629-1116")),
person("Meng", "Li", email = "meng@rice.edu", role = c("aut"), comment = c(ORCID = "0000-0003-2123-2444"))
)
Description: Implements a group-bridge penalized function-on-scalar regression
model proposed by Wang et al. (2023) <doi:10.1111/biom.13684>, to simultaneously
estimate functional coefficient and recover the local sparsity.
URL: https://github.com/dipterix/spfda, https://dipterix.org/spfda/
BugReports: https://github.com/dipterix/spfda/issues
Imports:
stats,
splines,
graphics,
mathjaxr
Encoding: UTF-8
RoxygenNote: 7.3.2
RdMacros: mathjaxr
BuildManual: TRUE
Language: en-US
Suggests:
grpreg,
refund