-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
71 lines (70 loc) · 1.48 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
# Generated by roxygen2: do not edit by hand
S3method(AIC,cmp)
S3method(augment,cmp)
S3method(autoplot,cmp)
S3method(coef,cmp)
S3method(confint,cmp)
S3method(cooks.distance,cmp)
S3method(fitted,cmp)
S3method(glance,cmp)
S3method(hatvalues,cmp)
S3method(influence,cmp)
S3method(logLik,cmp)
S3method(model.frame,cmp)
S3method(model.matrix,cmp)
S3method(nobs,cmp)
S3method(plot,cmp)
S3method(predict,cmp)
S3method(print,cmp)
S3method(print,summary.cmp)
S3method(residuals,cmp)
S3method(rstandard,cmp)
S3method(summary,cmp)
S3method(tidy,cmp)
S3method(update,cmp)
S3method(vcov,cmp)
export(CBIND)
export(LRTnu)
export(Z)
export(augment)
export(cmplrtest)
export(compPIT)
export(compPredProb)
export(comp_lambdas)
export(comp_lambdas_fixed_ub)
export(comp_mean_logfactorialy)
export(comp_mean_ylogfactorialy)
export(comp_means)
export(comp_mu_loglik)
export(comp_mu_neg_loglik_log_nu_only)
export(comp_variances)
export(comp_variances_logfactorialy)
export(compnormRandPIT)
export(dcomp)
export(fit_glm_cmp_const_nu)
export(fit_glm_cmp_vary_nu)
export(getnu)
export(gg_histcompPIT)
export(gg_plot)
export(gg_qqcompPIT)
export(glance)
export(glm.cmp)
export(histcompPIT)
export(is.wholenumber)
export(logZ)
export(logZ_c)
export(pcomp)
export(qcomp)
export(qqcompPIT)
export(rcomp)
export(tidy)
import(ggplot2)
import(ggpubr)
import(grDevices)
import(graphics)
import(stats)
importFrom(Rcpp,sourceCpp)
importFrom(generics,augment)
importFrom(generics,glance)
importFrom(generics,tidy)
useDynLib(mpcmp, .registration = TRUE)