-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
116 lines (115 loc) · 2.69 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
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
# Generated by roxygen2: do not edit by hand
S3method(deviance,ipriorKernel)
S3method(deviance,ipriorMod)
S3method(fitted,ipriorMod)
S3method(iprior,default)
S3method(iprior,formula)
S3method(iprior,ipriorKernel)
S3method(iprior,ipriorMod)
S3method(iprior_cv,default)
S3method(iprior_cv,formula)
S3method(kernL,default)
S3method(kernL,formula)
S3method(logLik,ipriorKernel)
S3method(logLik,ipriorMod)
S3method(plot,ipriorMod)
S3method(predict,ipriorMod)
S3method(print,ipriorKernel)
S3method(print,ipriorMod)
S3method(print,ipriorMod_summary)
S3method(print,ipriorPredict)
S3method(print,iprior_xv)
S3method(print,time)
S3method(sigma,ipriorMod)
S3method(summary,ipriorMod)
S3method(update,ipriorMod)
export(as.time)
export(check_theta)
export(dec_plac)
export(decimal_place)
export(eigenCpp)
export(fastSquare)
export(fastVDiag)
export(gen_multilevel)
export(gen_smooth)
export(get_convergence)
export(get_degree)
export(get_estl)
export(get_hurst)
export(get_hyp)
export(get_intercept)
export(get_kern_matrix)
export(get_kernels)
export(get_lambda)
export(get_lengthscale)
export(get_method)
export(get_niter)
export(get_offset)
export(get_prederror)
export(get_psi)
export(get_se)
export(get_size)
export(get_theta)
export(get_time)
export(get_y)
export(ggColPal)
export(gg_col_hue)
export(gg_color_hue)
export(gg_colour_hue)
export(iprior)
export(ipriorColPal)
export(iprior_cv)
export(is.ipriorKernel)
export(is.ipriorMod)
export(is.kern_canonical)
export(is.kern_fbm)
export(is.kern_linear)
export(is.kern_pearson)
export(is.kern_poly)
export(is.kern_se)
export(is.nystrom)
export(kernL)
export(kern_canonical)
export(kern_fbm)
export(kern_linear)
export(kern_pearson)
export(kern_poly)
export(kern_se)
export(plot_fitted)
export(plot_fitted_multilevel)
export(plot_iter)
export(plot_ppc)
export(plot_resid)
export(summary.ipriorMod)
if (getRversion() < "3.3.0") export(sigma)
if (getRversion() >= "3.3.0") importFrom(stats,sigma)
import(ggplot2)
importFrom(Rcpp,evalCpp)
importFrom(stats,coef)
importFrom(stats,delete.response)
importFrom(stats,dnorm)
importFrom(stats,fitted)
importFrom(stats,logLik)
importFrom(stats,model.extract)
importFrom(stats,model.frame)
importFrom(stats,model.response)
importFrom(stats,na.action)
importFrom(stats,na.omit)
importFrom(stats,optim)
importFrom(stats,optimHess)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,printCoefmat)
importFrom(stats,qnorm)
importFrom(stats,resid)
importFrom(stats,residuals)
importFrom(stats,rnorm)
importFrom(stats,rt)
importFrom(stats,terms)
importFrom(utils,capture.output)
importFrom(utils,combn)
importFrom(utils,object.size)
importFrom(utils,setTxtProgressBar)
importFrom(utils,str)
importFrom(utils,txtProgressBar)
useDynLib(iprior, .registration = TRUE)