-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
29 lines (28 loc) · 778 Bytes
/
NAMESPACE
File metadata and controls
29 lines (28 loc) · 778 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(fitted,cvinereg)
S3method(predict,cvinereg)
S3method(print,cvinereg)
S3method(summary,cvinereg)
export(cll)
export(cpdf)
export(cpit)
export(cvinereg)
export(plot_effects)
importFrom(Rcpp,sourceCpp)
importFrom(assertthat,assert_that)
importFrom(kde1d,kde1d)
importFrom(kde1d,pkde1d)
importFrom(kde1d,qkde1d)
importFrom(rvinecopulib,as_rvine_structure)
importFrom(rvinecopulib,bicop)
importFrom(rvinecopulib,cvine_structure)
importFrom(rvinecopulib,vinecop)
importFrom(stats,fitted)
importFrom(stats,logLik)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,pchisq)
importFrom(stats,predict)
importFrom(utils,capture.output)
importFrom(utils,modifyList)
useDynLib(cvinereg, .registration = TRUE)