Other packages > Find by keyword >

assist  

A Suite of R Functions Implementing Spline Smoothing Techniques
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("assist", "3.1.9")



Attach the package and use:
library("assist")
Maintained by
Yuedong Wang
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2004-02-13
Latest Update: 2023-08-22
Description:
Fit various smoothing spline models. Includes an ssr() function for smoothing spline regression, an nnr() function for nonparametric nonlinear regression, an snr() function for semiparametric nonlinear regression, an slm() function for semiparametric linear mixed-effects models, and an snm() function for semiparametric nonlinear mixed-effects models. See Wang (2011) for an overview.
How to cite:
Yuedong Wang (2004). assist: A Suite of R Functions Implementing Spline Smoothing Techniques. R package version 3.1.9, https://cran.r-project.org/web/packages/assist. Accessed 06 Nov. 2024.
Previous versions and publish date:
0.0.1 (2004-02-13 23:22), 0.0.2 (2004-04-01 15:12), 0.1.0 (2004-04-09 22:26), 0.1.1 (2004-10-27 09:17), 0.1.2 (2005-01-14 09:30), 1.0 (2005-04-22 08:46), 1.1 (2005-07-26 10:32), 2.0 (2007-07-29 11:42), 3.0 (2010-08-24 12:48), 3.1.1 (2011-02-24 10:00), 3.1.2 (2013-03-12 16:30), 3.1.3 (2015-02-24 20:17), 3.1.4 (2019-06-02 17:30), 3.1.5 (2019-06-15 20:00), 3.1.6 (2019-11-10 19:50), 3.1.7 (2020-09-01 10:30), 3.1.8 (2022-08-12 09:20), 3.1 (2010-09-15 16:47)
Other packages that cited assist R package
View assist citation profile
Other R packages that assist depends, imports, suggests or enhances
Complete documentation for assist
Functions, R codes and Examples using the assist R package
Some associated functions:
Some associated R codes: assist.R .  Full assist 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

memoise  
'Memoisation' of Functions
Cache the results of a function so that when you call it again with the same arguments it returns t ...
Download / Learn more Package Citations See dependency  
maic  
Matching-Adjusted Indirect Comparison
A generalised workflow for generation of subject weights to be used in Matching-Adjusted Indirect C ...
Download / Learn more Package Citations See dependency  
seriation  
Infrastructure for Ordering Objects Using Seriation
Infrastructure for ordering objects with an implementation of several seriation/sequencing/ordinati ...
Download / Learn more Package Citations See dependency  
equatiomatic  
Transform Models into 'LaTeX' Equations
The goal of equatiomatic is to reduce the painassociated with writing LaTeX formulas from fitted mod ...
Download / Learn more Package Citations See dependency  
mailR  
A Utility to Send Emails from R
Interface to Apache Commons Email to send emails from R. ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

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