-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
44 lines (43 loc) · 1.05 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
# Generated by roxygen2: do not edit by hand
S3method(fit_null_model,gam)
S3method(fit_null_model,gamlss)
S3method(fit_null_model,glm)
S3method(obtain_gof,default)
S3method(obtain_gof,lm)
S3method(plot,vibe)
S3method(print,vibe)
S3method(summary,vibe)
S3method(vibe,gam)
S3method(vibe,gamlss)
S3method(vibe,glm)
S3method(vibe,lm)
export(acc)
export(fit_null_model)
export(obtain_gof)
export(vibe)
import(ggplot2)
importFrom(Rcpp,sourceCpp)
importFrom(combinat,permn)
importFrom(fastDummies,dummy_columns)
importFrom(gamlss,gamlss)
importFrom(gtools,combinations)
importFrom(methods,is)
importFrom(mgcv,gam)
importFrom(parallel,mclapply)
importFrom(pbmcapply,pbmclapply)
importFrom(rlang,.data)
importFrom(stats,aggregate)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,deviance)
importFrom(stats,family)
importFrom(stats,glm)
importFrom(stats,lm)
importFrom(stats,logLik)
importFrom(stats,model.frame)
importFrom(stats,predict)
importFrom(stats,sd)
importFrom(tibble,add_column)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
useDynLib(vibe)