-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathNAMESPACE
57 lines (56 loc) · 1.37 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method(AIC,pclm)
S3method(AIC,pclm2D)
S3method(BIC,pclm)
S3method(BIC,pclm2D)
S3method(plot,pclm)
S3method(plot,pclm2D)
S3method(print,pclm)
S3method(print,pclm2D)
S3method(print,summary.pclm)
S3method(print,summary.pclm2D)
S3method(print,ungroup.data)
S3method(residuals,pclm)
S3method(residuals,pclm2D)
S3method(summary,pclm)
S3method(summary,pclm2D)
export(build_B_spline_basis)
export(build_C_matrix)
export(build_P_matrix)
export(control.pclm)
export(control.pclm2D)
export(create.artificial.bin)
export(delete.artificial.bin)
export(frac)
export(pclm)
export(pclm.fit)
export(pclm.input.check)
export(pclm2D)
export(seqlast)
export(suggest.valid.out.step)
export(validate.nlast)
import(Rdpack)
importClassesFrom(Matrix,dgCMatrix)
importFrom(Rcpp,sourceCpp)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,persp)
importFrom(graphics,plot.default)
importFrom(pbapply,closepb)
importFrom(pbapply,setpb)
importFrom(pbapply,startpb)
importFrom(stats,AIC)
importFrom(stats,BIC)
importFrom(stats,aggregate)
importFrom(stats,fitted)
importFrom(stats,nlminb)
importFrom(stats,optimise)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(utils,tail)
useDynLib(ungroup)