Package: assist
Title: A Suite of R Functions Implementing Spline Smoothing Techniques
Version: 3.1.9
Authors@R: c(
    person("Yuedong", "Wang", email = "yuedong@ucsb.edu", role = c("aut","cre")),
    person("Chunlei", "Ke", email = "chunlei_ke@yahoo.com", role = c("aut")),
    person("Cleve", "Moler", role = c("cph")))
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) <doi:10.1201/b10954> for an overview.
Depends: R (>= 3.0.2), nlme, lattice
License: GPL-2
LazyData: true
URL: https://yuedong.faculty.pstat.ucsb.edu/software.html
NeedsCompilation: yes
Packaged: 2023-08-21 18:28:16 UTC; yuedong
Author: Yuedong Wang [aut, cre],
  Chunlei Ke [aut],
  Cleve Moler [cph]
Maintainer: Yuedong Wang <yuedong@ucsb.edu>
Repository: CRAN
Date/Publication: 2023-08-22 07:00:02 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-11-10 02:46:29 UTC; windows
Archs: x64
