-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
72 lines (71 loc) · 2.06 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
# Generated by roxygen2: do not edit by hand
S3method(Anova,nestedLogit)
S3method(anova,nestedLogit)
S3method(as.character,dichotomies)
S3method(as.data.frame,predictDichotomies)
S3method(as.data.frame,predictNestedLogit)
S3method(as.dichotomies,matrix)
S3method(as.matrix,continuationDichotomies)
S3method(as.matrix,dichotomies)
S3method(broom::glance,nestedLogit)
S3method(broom::tidy,nestedLogit)
S3method(car::Anova,nestedLogit)
S3method(car::linearHypothesis,nestedLogit)
S3method(coef,nestedLogit)
S3method(confint,predictNestedLogit)
S3method(effects::Effect,nestedLogit)
S3method(fitted,nestedLogit)
S3method(linearHypothesis,nestedLogit)
S3method(logLik,nestedLogit)
S3method(models,nestedLogit)
S3method(plot,nestedLogit)
S3method(predict,nestedLogit)
S3method(print,Anova.nestedLogit)
S3method(print,anova.nestedLogit)
S3method(print,dichotomies)
S3method(print,nestedLogit)
S3method(print,predictDichotomies)
S3method(print,predictNestedLogit)
S3method(print,summary.nestedLogit)
S3method(stats::logLik,nestedLogit)
S3method(summary,nestedLogit)
S3method(update,nestedLogit)
S3method(vcov,nestedLogit)
export(as.dichotomies)
export(continuationLogits)
export(dichotomy)
export(logits)
export(models)
export(nestedLogit)
importFrom(broom,glance)
importFrom(broom,tidy)
importFrom(car,Anova)
importFrom(car,linearHypothesis)
importFrom(dplyr,bind_cols)
importFrom(dplyr,select)
importFrom(effects,Effect)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,palette)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,matplot)
importFrom(graphics,polygon)
importFrom(graphics,title)
importFrom(stats,anova)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,confint)
importFrom(stats,fitted)
importFrom(stats,formula)
importFrom(stats,glm)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,na.omit)
importFrom(stats,pchisq)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,update)
importFrom(stringr,str_remove)
importFrom(tibble,rownames_to_column)