-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
74 lines (73 loc) · 1.49 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
# Generated by roxygen2: do not edit by hand
S3method(anova,rpm)
S3method(gof,default)
S3method(gof,rpm)
S3method(logLik,rpm)
S3method(logLikNull,rpm)
S3method(plot,gofrpm)
S3method(print,gofrpm)
S3method(print,summary.rpm)
S3method(print,summary_rpm)
S3method(simulate,rpm)
S3method(summary,rpm)
export("ult<-")
export(GS_NTU)
export(GSi_NTU)
export(GSi_NTU_O)
export(Gale_Shapley)
export(PSeqcond)
export(PSgeqcond)
export(anova_rpmlist)
export(augpmf)
export(augpmfWM)
export(auxGamma)
export(checkstable)
export(control.rpm)
export(eqcond)
export(gloglik)
export(gof)
export(hloglik)
export(jeqcond)
export(list_rhs.formula)
export(logLikNull)
export(loglik)
export(logpmfest)
export(message_print)
export(microsimulate)
export(plot.gofrpm)
export(probcounts)
export(qloglik)
export(rpm)
export(rpm.model.functions)
export(rpm.model.matrix)
export(rpm_MLPLE)
export(rpmpopulationpmf)
export(stablearma)
export(summary_rpm)
export(ult)
import(Rcpp)
import(abind)
import(coda)
import(dplyr)
import(foreach)
import(ggplot2)
import(graphics)
import(methods)
importFrom(MASS,cov.mcd)
importFrom(MASS,ginv)
importFrom(Rcpp,evalCpp)
importFrom(coda,mcmc)
importFrom(coda,mcmc.list)
importFrom(doRNG,"%dorng%")
importFrom(doRNG,registerDoRNG)
importFrom(foreach,"foreach")
importFrom(future,plan)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(stats,simulate)
importFrom(stats,xtabs)
importFrom(utils,capture.output)
importFrom(utils,methods)
useDynLib(rpm)