-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
110 lines (95 loc) · 4.28 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# last modified 2022-06-27 by J. Fox
import(splines, tcltk, RcmdrMisc, car, effects)
importFrom(utils, available.packages, install.packages, assignInMyNamespace,
browseURL, capture.output, globalVariables, head, help, help.start, installed.packages,
methods, read.table, tail)
importFrom(tcltk2, tk2tip, tk2theme, tk2theme.list, tk2table, is.ttk, tk2style)
importFrom(abind, abind)
importFrom(graphics, text)
importFrom(grDevices, col2rgb, colorConverter, colorspaces, convertColor,
dev.cur, dev.size, palette, rgb, dev.new)
importFrom(methods, getClass, isVirtualClass, show)
importFrom(stats, coef, confint, family, formula, getCall, model.matrix, na.omit,
optim, optimize, qnorm, var, vcov)
importFrom(relimp, showData)
importFrom(lme4, fixef)
export(showData)
export(tkfocus, tkspinbox,
activateMenus, activeDataSet, ActiveDataSet, activeDataSetP, activeModel,
ActiveModel, activeModelP, buttonRcmdr,
checkActiveDataSet,
checkActiveModel, checkBoxes, checkClass, checkFactors, checkMethod,
checkNumeric, checkReplace,
checkTwoLevelFactors, checkVariables, closeCommander,
closeDialog, Commander,
commanderPosition, CommanderWindow, # Confint,
dataSetsP, defmacro,
dialogSuffix, DiscreteNumeric, discreteNumericP, doItAndPrint, exists.method, errorCondition,
Factors, factorsP, formulaFields, flushDialogMemory,
gassign, getCases, getDialog, getFrame, getRcmdr, getSelection, gettextRcmdr,
glmP, GrabFocus, groupsBox, groupsLabel, hclustSolutionsP, initializeDialog, insertRmdSection,
is.SciViews, is.valid.name, is.valid.number, justDoIt, knitrP, labelRcmdr, Library,
listAllModels, listAOVModels, listDataSets, listDiscreteNumeric, listFactors, listGeneralizedLinearModels,
listLinearModels, listMultinomialLogitModels, listNumeric, listPlugins,
listProportionalOddsModels, listTwoLevelFactors, listVariables,
lmP, logger, LogWindow, MacOSXP, manualTranslationP, MarkdownP, mavericksP,
Message, MessagesWindow, modelFormula, modelsP, multinomP, Numeric,
numericP, OKCancelHelp, OutputWindow, packageAvailable,
polrP, popCommand, popOutput, putDialog, putRcmdr,
radioButtons, RappP, rglLoaded, RcmdrPager, RcmdrTclSet,
RcmdrTkmessageBox,
RExcelSupported, RmdWindow, RnwWindow, sortVarNames, subOKCancelHelp,
subsetBox,
tclvalue, titleLabel, trim.blanks, ttkentry, ttkframe, ttkradiobutton, ttkcheckbutton,
ttkscrollbar, TwoLevelFactors, twoLevelFactorsP,
UpdateModelNumber, variableComboBox, variableListBox, Variables, varPosn, WindowsP, X11P,
beginRmdBlock, endRmdBlock, enterMarkdown, removeNullRmdBlocks, removeStrayRmdBlocks, suppressMarkdown,
beginRnwBlock, endRnwBlock, enterKnitr, removeNullRnwBlocks, removeStrayRnwBlocks,
removeLastRmdBlock, removeLastRnwBlock,
setBusyCursor, setIdleCursor,
editDataset,
.Tcl, tcl, tclRequire, tclServiceMode, "tclvalue<-",
tclVar, tkbind, tkcget, tkcheckbutton, tkconfigure,
tkchooseDirectory, tkcurselection, tkdelete, tkdestroy, tkentry,
tkframe, tkgrab.release, tkgrab.set, tkgetOpenFile, tkgetSaveFile,
tkgrid, tkgrid.columnconfigure, tkgrid.configure, tkgrid.rowconfigure,
tkicursor, tkindex, tkinsert,
tkinvoke, tkitemconfigure, tklabel, tklistbox, tkmark.set,
tkmessageBox, tkpack, tkradiobutton, tkraise, tkscale,
tkscrollbar, tk_select.list, tkselection.clear, tkselection.present,
tkselection.set, tkset, tktag.configure, tktext, tktoplevel,
tkwait.window, tkwm.deiconify, tkwm.iconbitmap, tkwm.geometry, tkwm.protocol,
tkwm.resizable, tkwm.title, tkwm.transient,
tkxview.moveto, tkxview, tkyview, tkyview.scroll,
ttklabelframe,
anovaP, EffectP, logLikP,
modelCapability,
Coef,
listCharacter, characterP, Character,
Coefficients, CoefficientsP, Predictors, PredictorsP
)
S3method(Coef, multinom)
S3method(Coef, merMod)
S3method(Coef, default)
#S3method(Confint, glm)
#S3method(Confint, default)
#S3method(Confint, multinom)
#S3method(Confint, polr)
#S3method(Confint, merMod)
S3method(getFrame, combobox)
S3method(getSelection, combobox)
S3method(getFrame, listbox)
S3method(getSelection, listbox)
S3method(anova, lmerMod)
S3method(Anova, lmerMod)
S3method(linearHypothesis, lmerMod)
S3method(coef, lmerMod)
S3method(plot, lmerMod)
S3method(anova, glmerMod)
S3method(Anova, glmerMod)
S3method(linearHypothesis, glmerMod)
S3method(coef, glmerMod)
S3method(plot, glmerMod)
S3method(editDataset, data.frame)
S3method(editDataset, character)
S3method(editDataset, NULL)