-
Notifications
You must be signed in to change notification settings - Fork 86
/
Copy pathKEYWORDS
87 lines (75 loc) · 2.47 KB
/
KEYWORDS
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
GROUPED Keywords
----------------
Graphics
aplot & Add to Existing Plot / internal plot
dplot & Computations Related to Plotting
hplot & High-Level Plots
iplot & Interacting with Plots
color & Color, Palettes etc
dynamic & Dynamic Graphics
device & Graphical Devices
Basics
sysdata & Basic System Variables [!= S]
datasets & Datasets available by data(.) [!= S]
data & Environments, Scoping, Packages [~= S]
manip & Data Manipulation
attribute & Data Attributes
classes & Data Types (not OO)
& character & Character Data ("String") Operations
& complex & Complex Numbers
& category & Categorical Data
& NA & Missing Values [!= S]
list & Lists
chron & Dates and Times
package & Package Summaries
Mathematics
array & Matrices and Arrays
& algebra & Linear Algebra
arith & Basic Arithmetic and Sorting [!= S]
math & Mathematical Calculus etc. [!= S]
logic & Logical Operators
optimize & Optimization
symbolmath & "Symbolic Math", as polynomials, fractions
graphs & Graphs, (not graphics), e.g. dendrograms
Programming, Input/Ouput, and Miscellaneous
programming & Programming
& interface& Interfaces to Other Languages
IO & Input/output
& file & Files
& connection& Connections
& database & Interfaces to databases
iteration & Looping and Iteration
methods & Methods and Generic Functions
print & Printing
error & Error Handling
environment & Session Environment
internal & Internal Objects (not part of API)
utilities & Utilities
misc & Miscellaneous
documentation & Documentation
debugging & Debugging Tools
Statistics
datagen & Functions for generating data sets
distribution & Probability Distributions and Random Numbers
univar & simple univariate statistics [!= S]
htest & Statistical Inference
models & Statistical Models
& regression& Regression
& &nonlinear& Non-linear Regression (only?)
robust & Robust/Resistant Techniques
design & Designed Experiments
multivariate & Multivariate Techniques
ts & Time Series
survival & Survival Analysis
nonparametric & Nonparametric Statistics [w/o 'smooth']
smooth & Curve (and Surface) Smoothing
& loess & Loess Objects
cluster & Clustering
tree & Regression and Classification Trees
survey & Complex survey samples
MASS (2, 1997)
--------------
add the following keywords :
classif & Classification ['class' package]
spatial & Spatial Statistics ['spatial' package]
neural & Neural Networks ['nnet' package]