File: CITATION

package info (click to toggle)
r-cran-splines2 0.5.4-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,020 kB
  • sloc: cpp: 3,232; sh: 13; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 721 bytes parent folder | download | duplicates (2)
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
28
bibentry(
    key = "splines2-package",
    bibtype = "Manual",
    title = "{splines2}: {R}egression Spline Functions and Classes",
    author = c(
        as.person("Wenjie Wang"),
        as.person("Jun Yan")
        ),
    year = "2025",
    url = "https://CRAN.R-project.org/package=splines2",
    note = "R package version 0.5.4"
)

bibentry(
    key = "splines2-paper",
    bibtype = "Article",
    title = "Shape-Restricted Regression Splines with {R} Package {splines2}",
    author = c(
        as.person("Wenjie Wang"),
        as.person("Jun Yan")
    ),
    journal = "Journal of Data Science",
    year = "2021",
    volume = "19",
    number = "3",
    pages = "498--517",
    doi = "10.6339/21-JDS1020"
)