forked from refunders/refund
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
152 lines (152 loc) · 3.7 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
Package: refund
Type: Package
Title: Regression with Functional Data
Version: 0.1-20
Date: 2018-05-14
Authors@R: c(
person("Jeff", "Goldsmith", role = "aut", email = "[email protected]"),
person("Fabian", "Scheipl", role = "aut", email = "[email protected]"),
person("Lei", "Huang", role = "aut", email = "[email protected]"),
person("Julia", "Wrobel", role = c("aut","cre"), email="[email protected]"),
person("Chongzhi", "Di", role = "aut", email = "[email protected]"),
person("Jonathan", "Gellar", role="aut",email="[email protected]"),
person("Jaroslaw", "Harezlak", role="aut"),
person(c("Mathew", "W."), "McLean", role="aut", email = "[email protected]"),
person("Bruce", "Swihart", role ="aut", email = "[email protected]"),
person("Luo", "Xiao", role="aut", email = "[email protected]"),
person("Ciprian", "Crainiceanu", role = "aut", email = "[email protected]"),
person(c("Philip", "T."), "Reiss", role = "aut", email = "[email protected]"),
person("Yakuan", "Chen", role="ctb", email = "yc2641@@cumc.columbia.edu"),
person("Sonja", "Greven", role = "ctb"),
person("Lan", "Huo", role = "ctb", email = "[email protected]"),
person(c("Madan", "Gopal"), "Kundu", role="ctb"),
person("So Young", "Park", role="ctb", email="[email protected]"),
person(c("David", "L."), "Miller", role="ctb", email="[email protected]"),
person("Ana-Maria", "Staicu", role="ctb", email="[email protected]"))
Depends:
R (>= 2.14.0)
Imports:
fda,
Matrix,
lattice,
boot,
mgcv (>= 1.8-23),
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
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.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'
'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'
'fpca.lfda.R'
'predict.fbps.R'
'select_knots.R'
RoxygenNote: 6.1.1