Package: refund
Type: Package
Title: Regression with Functional Data
Version: 0.1-37
Date: 2024-09-20
Authors@R: c(
    person("Jeff", "Goldsmith", role = "aut", email = "jeff.goldsmith@columbia.edu"),
    person("Fabian", "Scheipl", role = "aut", email = "fabian.scheipl@stat.uni-muenchen.de"),
    person("Lei", "Huang", role = "aut", email = "huangracer@gmail.com"),
    person("Julia", "Wrobel", role = c("aut","cre"), email="julia.wrobel@emory.edu"),
    person("Chongzhi", "Di", role = "aut", email = "cdi@fredhutch.org"),
    person("Jonathan", "Gellar", role="aut",email="jgellar1@jhu.edu"),
    person("Jaroslaw", "Harezlak", role="aut"),
    person(c("Mathew", "W."), "McLean", role="aut", email = "mathew.w.mclean@gmail.com"),
    person("Bruce", "Swihart", role ="aut", email = "bswihart@jhsph.edu"),
    person("Luo", "Xiao", role="aut", email = "lxiao@jhsph.edu"),
    person("Ciprian", "Crainiceanu", role = "aut", email = "ccrainic@jhsph.edu"),
    person(c("Philip", "T."), "Reiss", role = "aut", email = "phil.reiss@nyumc.org"),
    person("Yakuan", "Chen", role="ctb", email = "yc2641@cumc.columbia.edu"),
    person("Sonja", "Greven", role = "ctb"),
    person("Lan", "Huo", role = "ctb", email = "lan.huo@nyumc.org"),
    person(c("Madan", "Gopal"), "Kundu", role="ctb"),
    person("So Young", "Park", role="ctb", email="spark13@ncsu.edu"),
    person(c("David", "L."), "Miller", role="ctb", email="dave@ninepointeightone.net"),
    person("Ana-Maria", "Staicu", role="ctb", email="ana-maria_staicu@ncsu.edu"),
    person("Erjia", "Cui", role="aut", email="ecui@umn.edu"),
    person("Ruonan", "Li", role="ctb", email="rli20@ncsu.edu"),
    person("Zheyuan", "Li", role="ctb"))
Depends: R (>= 3.5.0)
Imports: fda, Matrix, lattice, boot, mgcv (>= 1.9), MASS, magic, nlme,
        gamm4, lme4, RLRsim, splines, grpreg, ggplot2, stats, pbs,
        methods
Suggests: RColorBrewer, reshape2, testthat
Description: Methods for regression for functional
    data, including function-on-scalar, scalar-on-function, and
    function-on-function regression. Some of the functions are applicable to
    image data.
License: GPL (>= 2)
LazyLoad: yes
LazyData: true
Repository: CRAN
URL: https://github.com/refunders/refund
BugReports: https://github.com/refunders/refund/issues
Collate: 'Omegas.R' 'af.R' 'af_old.R' 'amc.R' 'ccb.fpc.R'
        'create.prep.func.R' 'coefficients.pfr.R' 'dt_basis.R'
        'irreg2mat.R' 'fbps.R' 'fgam.R' 'fosr.R' 'fosr.perm.R'
        'fosr.perm.fit.R' 'fosr.perm.test.R' 'fosr.vs.R' 'fosr2s.R'
        'fpc.R' 'fpca2s.R' 'fpca.sc.R' 'fpca.face.R' 'fpca.ssvd.R'
        'fpcr.R' 'fpcr.setup.R' 'lf.R' 'lf_old.R' 'lf.vd.R' 'lofocv.R'
        'lpeer.R' 'lpfr.R' 'quadWeights.R' 'lw.test.R' 'osplinepen2d.R'
        'parse.predict.pfr.R' 'peer.R' 'peer_old.R' 'pffr-ff.R'
        'pffr-ffpc.R' 'pffr-methods.R' 'pffr-pcre.R' 'pffr-robust.R'
        'pffr-sff.R' 'pffr-utilities.R' 'pffr.R' 'pfr.R' 'pfr_old.R'
        'pi_basis.R' 'plot.fosr.R' 'plot.fosr.perm.R' 'plot.fosr.vs.R'
        'plot.fpcr.R' 'plot.lpeer.R' 'plot.peer.R' 'plot.pfr.R'
        'poridge.R' 'postprocess.pfr.R' 'predict.fgam.R'
        'predict.fosr.R' 'predict.pfr.R' 'predict.pfr_old.R'
        'preprocess.pfr.R' 'pspline.setting.R' 'pwcv.R' 'summary.pfr.R'
        're.R' 'rlrt.pfr.R' 'vis.fgam.R' 'predict.fosr.vs.R'
        'CD4-data.R' 'content-data.R' 'COVID19-data.R' 'DTI-data.R'
        'DTI2-data.R' 'PEER.Sim-data.R' 'gasoline-data.R' 'vis.pfr.R'
        'GLS_CS.R' 'Gibbs_CS_FPCA.R' 'Gibbs_CS_Wish.R'
        'Gibbs_Mult_FPCA.R' 'Gibbs_Mult_Wish.R' 'OLS_CS.R'
        'VB_CS_FPCA.R' 'VB_CS_Wish.R' 'VB_Mult_FPCA.R' 'VB_Mult_Wish.R'
        'XtSiginvX.R' 'bayes_fosr.R' 'f_sum.R' 'f_sum2.R' 'f_sum4.R'
        'f_trace.R' 'mfpca.sc.R' 'mfpca.face.R' 'face.Cov.mfpca.R'
        'fpca.lfda.R' 'predict.fbps.R' 'select_knots.R'
RoxygenNote: 7.3.2
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2024-09-20 21:05:34 UTC; JWROBE8
Author: Jeff Goldsmith [aut],
  Fabian Scheipl [aut],
  Lei Huang [aut],
  Julia Wrobel [aut, cre],
  Chongzhi Di [aut],
  Jonathan Gellar [aut],
  Jaroslaw Harezlak [aut],
  Mathew W. McLean [aut],
  Bruce Swihart [aut],
  Luo Xiao [aut],
  Ciprian Crainiceanu [aut],
  Philip T. Reiss [aut],
  Yakuan Chen [ctb],
  Sonja Greven [ctb],
  Lan Huo [ctb],
  Madan Gopal Kundu [ctb],
  So Young Park [ctb],
  David L. Miller [ctb],
  Ana-Maria Staicu [ctb],
  Erjia Cui [aut],
  Ruonan Li [ctb],
  Zheyuan Li [ctb]
Maintainer: Julia Wrobel <julia.wrobel@emory.edu>
Date/Publication: 2024-09-20 21:50:02 UTC
Built: R 4.6.0; ; 2025-07-18 10:53:03 UTC; unix
