Other packages > Find by keyword >

splines2  

Regression Spline Functions and Classes
View on CRAN: Click here


Download and install splines2 package within the R console
Install from CRAN:
install.packages("splines2")

Install from Github:
library("remotes")
install_github("cran/splines2")

Install by package version:
library("remotes")
install_version("splines2", "0.5.4")



Attach the package and use:
library("splines2")
Maintained by
Wenjie Wang
[Scholar Profile | Author Map]
First Published: 2016-09-06
Latest Update: 2023-08-19
Description:
Constructs basis functions of B-splines, M-splines, I-splines, convex splines (C-splines), periodic splines, natural cubic splines, generalized Bernstein polynomials, their derivatives, and integrals (except C-splines) by closed-form recursive formulas. It also contains a C++ head-only library integrated with Rcpp. See Wang and Yan (2021) <doi:10.6339/21-JDS1020> for details.
How to cite:
Wenjie Wang (2016). splines2: Regression Spline Functions and Classes. R package version 0.5.4, https://cran.r-project.org/web/packages/splines2. Accessed 10 Apr. 2025.
Previous versions and publish date:
0.1.0 (2016-09-06 08:03), 0.2.1 (2016-10-08 00:27), 0.2.2 (2016-11-05 23:59), 0.2.3 (2016-12-10 23:13), 0.2.4 (2017-01-11 00:32), 0.2.5 (2017-02-10 06:13), 0.2.6 (2017-09-12 01:21), 0.2.7 (2017-12-02 00:18), 0.2.8 (2018-06-14 21:00), 0.3.0 (2020-07-09 16:00), 0.3.1 (2020-07-14 15:30), 0.4.1 (2021-01-07 08:00), 0.4.2 (2021-02-21 09:00), 0.4.3 (2021-04-21 11:40), 0.4.4 (2021-08-16 09:30), 0.4.5 (2021-09-19 15:20), 0.4.6 (2022-08-15 09:20), 0.4.7 (2023-01-14 10:30), 0.4.8 (2023-03-26 19:40), 0.5.0 (2023-06-11 22:10), 0.5.1 (2023-08-19 22:00), 0.5.2 (2024-05-09 16:10), 0.5.3 (2024-07-08 08:10)
Other packages that cited splines2 R package
View splines2 citation profile
Other R packages that splines2 depends, imports, suggests or enhances
Complete documentation for splines2
Functions, R codes and Examples using the splines2 R package
Some associated functions: bSpline . bernsteinPoly . cSpline . deriv . iSpline . knots . mSpline . naturalSpline . plot.splines2 . predict . splines2 . update . 
Some associated R codes: RcppExports.R . bSpline.R . bernsteinPoly.R . cSpline.R . deriv.R . extract.R . iSpline.R . knots.R . mSpline.R . makepredictcall.R . misc.R . naturalSpline.R . plot.R . predict.R . print.R . splines2-package.R . update.R . zzz.R .  Full splines2 package functions and examples
Downloads during the last 30 days
03/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/08Downloads for splines2100150200250300350400450TrendBars

Today's Hot Picks in Authors and Packages

webglobe  
3D Interactive Globes
Displays geospatial data on an interactive 3D globe in the web browser. ...
Download / Learn more Package Citations See dependency  
txtq  
A Small Message Queue for Parallel Processes
This queue is a data structure that lets parallel processes send and receive messages, and it can he ...
Download / Learn more Package Citations See dependency  
xtermStyle  
Terminal Text Formatting Using Escape Sequences
Can be used for coloring output in terminals. It was developed for the standard Ubuntu terminal but ...
Download / Learn more Package Citations See dependency  
ecochange  
Integrating Ecosystem Remote Sensing Products to Derive EBV Indicators
Essential Biodiversity Variables (EBV) are state variables with dimensions on time, space, and biolo ...
Download / Learn more Package Citations See dependency  
RODBC  
ODBC Database Access
GRNNs  
General Regression Neural Networks Package
This General Regression Neural Networks Package uses various distance functions. It was motivated b ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA