-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
89 lines (88 loc) · 2.26 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
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
# Generated by roxygen2: do not edit by hand
S3method(build_tensor,matrix)
S3method(cn,cpr_bt)
S3method(cn,formula)
S3method(cnr,cpr_cn)
S3method(coef_vcov,default)
S3method(coef_vcov,lmerMod)
S3method(cp,cpr_bs)
S3method(cp,formula)
S3method(cp_diff,cpr_cp)
S3method(cp_value,cpr_cp)
S3method(cpr,cpr_cp)
S3method(get_spline,cpr_cn)
S3method(get_spline,cpr_cp)
S3method(get_surface,cpr_cn)
S3method(influence_of_iknots,cpr_cn)
S3method(influence_of_iknots,cpr_cp)
S3method(influence_of_iknots,cpr_cpr)
S3method(insert_a_knot,cpr_cp)
S3method(knot_expr,cpr_bs)
S3method(knot_expr,cpr_cp)
S3method(loglikelihood,default)
S3method(loglikelihood,geeglm)
S3method(plot,cpr_bs)
S3method(plot,cpr_cn)
S3method(plot,cpr_cnr)
S3method(plot,cpr_cp)
S3method(plot,cpr_cpr)
S3method(plot,cpr_influence_of_iknots)
S3method(plot,cpr_summary_cpr_cpr)
S3method(predict,cpr_cn)
S3method(predict,cpr_cp)
S3method(print,cpr_bs)
S3method(print,cpr_bt)
S3method(print,cpr_cn)
S3method(print,cpr_cnr)
S3method(print,cpr_cp)
S3method(print,cpr_cpr)
S3method(print,cpr_influence_of_iknots)
S3method(print,cpr_influence_of_iknots_cpn_summary)
S3method(print,cpr_influence_of_iknots_cpr_summary)
S3method(print,cpr_summary_cpr_cpr)
S3method(sign_changes,cpr_cp)
S3method(summary,cpr_cn)
S3method(summary,cpr_cnr)
S3method(summary,cpr_cp)
S3method(summary,cpr_cpr)
S3method(summary,cpr_influence_of_iknots)
S3method(summary,cpr_influence_of_iknots_cpn)
S3method(summary,cpr_influence_of_iknots_cpr)
S3method(update_bsplines,cpr_bs)
S3method(update_bsplines,cpr_cp)
S3method(update_bsplines,formula)
S3method(update_btensor,cpr_bt)
S3method(update_btensor,cpr_cn)
S3method(update_btensor,formula)
S3method(wiggle,cpr_cp)
export(bsplineD)
export(bsplines)
export(btensor)
export(build_tensor)
export(cn)
export(cnr)
export(coarsen_ordinate)
export(cp)
export(cp_diff)
export(cp_value)
export(cpr)
export(d_order_statistic)
export(get_spline)
export(get_surface)
export(hat_ordinate)
export(influence_of)
export(influence_of_iknots)
export(influence_weights)
export(insert_a_knot)
export(insertion_matrix)
export(matrix_rank)
export(p_order_statistic)
export(refine_ordinate)
export(sign_changes)
export(trimmed_quantile)
export(update_bsplines)
export(update_btensor)
export(wiegh_iknots)
export(wiggle)
importFrom(Rcpp,sourceCpp)
useDynLib(cpr)