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.3")



Attach the package and use:
library("splines2")
Maintained by
Wenjie Wang
[Scholar Profile | Author Map]
All associated links for this package
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.3, https://cran.r-project.org/web/packages/splines2. Accessed 03 Dec. 2024.
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)
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

donut  
Nearest Neighbour Search with Variables on a Torus
Finds the k nearest neighbours in a dataset of specified points, adding the option to wrap certain ...
Download / Learn more Package Citations See dependency  
telemac  
R Interface to the TELEMAC Model Suite
An R interface to the TELEMAC suite for modelling of free surface flow. This includes methods for m ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
FSInteract  
Fast Searches for Interactions
Performs fast detection of interactions in large-scale data using the method of random intersection ...
Download / Learn more Package Citations See dependency  
EDOtrans  
Euclidean Distance-Optimized Data Transformation
A data transformation method which takes into account the special property of scale non-invariance w ...
Download / Learn more Package Citations See dependency  
CRANsearcher  
RStudio Addin for Searching Packages in CRAN Database Based on Keywords
One of the strengths of R is its vast package ecosystem. Indeed, R packages extend from visualizatio ...
Download / Learn more Package Citations See dependency  

23,310

R Packages

200,798

Dependencies

63,203

Author Associations

23,278

Publication Badges

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