-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
78 lines (77 loc) · 1.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
# Generated by roxygen2: do not edit by hand
S3method(as.ghype,list)
S3method(as.ghype,nrm)
S3method(coef,nrm)
S3method(create_predictors,list)
S3method(ghype,default)
S3method(ghype,igraph)
S3method(ghype,matrix)
S3method(logLik,ghype)
S3method(logl,ghype)
S3method(logl,matrix)
S3method(nrm,default)
S3method(nrm_selection,default)
S3method(nrm_selection,nrmpredictor)
S3method(predict,nrm)
S3method(print,bccm)
S3method(print,ghype)
S3method(print,nrm)
S3method(print,nrm_selection)
S3method(print,summary.nrm)
S3method(print,summary.nrm_selection)
S3method(residuals,nrm)
S3method(summary,nrm)
S3method(summary,nrm_selection)
export(BootstrapProperty)
export(ComputeXi)
export(CreateIgGraphs)
export(FitOmega)
export(RMSE)
export(RMSLE)
export(adj2el)
export(as.ghype)
export(bccm)
export(compute_xi)
export(conf.test)
export(coxsnellR2)
export(createPredictors)
export(create_predictors)
export(el2adj)
export(extract.nrm.cluster)
export(get_zero_dummy)
export(ghype)
export(gof.test)
export(homophily_stat)
export(isNetwork)
export(linkSignificance)
export(link_significance)
export(logl)
export(loglratio)
export(lr.test)
export(mat2vec.ix)
export(mcfaddenR2)
export(nr.ci)
export(nr.significance)
export(nrm)
export(nrmChoose)
export(nrmSelection)
export(nrm_choose)
export(nrm_selection)
export(reciprocity_stat)
export(regularm)
export(rghype)
export(scm)
export(sharedPartner_stat)
export(vec2mat)
import(dplyr)
importFrom(methods,new)
importFrom(rlang,.data)
importFrom(stats,coef)
importFrom(stats,predict)
importFrom(stats,residuals)
importFrom(texreg,extract)
importFrom(texreg,htmlreg)
importFrom(texreg,screenreg)
importFrom(texreg,texreg)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)