File: sm.options.Rd

package info (click to toggle)
sm 2.2-5.4-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 1,496 kB
  • ctags: 7
  • sloc: f90: 259; ansic: 6; makefile: 1
file content (333 lines) | stat: -rwxr-xr-x 14,853 bytes parent folder | download | duplicates (2)
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
\name{sm.options}
\alias{sm.options}
\title{Set or return options of sm library}
\description{
This function provides a means to control the behaviour of the \code{sm} library such as the colour of the plotted lines, the size of the grid in 2-d estimation, the set of evaluations points, and many others.  A list may be given as the only argument, or any number of arguments may be in the \code{name=value} form.  If no arguments are specified then the function returns the current settings of all the arguments.
}
\usage{
sm.options(...)
}
\arguments{
\item{...}{
A list may be given as the only argument, or any number of arguments may be in the \code{name=value} form.  The valid names of the arguments are given below.
}
\describe{
\item{add}{
a logical value which controls whether the estimate is added to
the current plot.  Its default value is \code{FALSE}, which creates a new plot.
This argument applies only with one-dimensional data or to contour and \code{rgl}
created from two-dimensional data.
}
\item{alpha}{
an parameter, lying between 0 and 1, which controls the transparency of the 
surface used to construct an \code{rgl} plot for regression with two covariates.  
The default value is \code{0.7}.
}
\item{alpha.mesh}{
an parameter, lying between 0 and 1, which controls the transparency of the 
mesh lines used to construct an \code{rgl} plot for regression with two covariates.  
The default value is \code{1}.
}
\item{band}{
a logical value which controls whether the distance between the nonparametric
estimate and a reference model should be indicated as a band (one covariate),
or through colour painting of the regression surface (two covariates).  This
is activated only when a model has been nominated through the \code{model} 
parameter.  In the case of two covariates, the setting of the argument 
\code{col} has priority over \code{band}.  The setting \code{se = TRUE} can
also activate this feature.
}
\item{col}{
the colour used for plotting observed points and estimated curves.
Where groups are used, with one covariate, \code{col} may be set to a vector of
colours associated with the groups.  In regression with two covariates
using an \code{rgl} display, \code{col} may be set to a single colour,
or to the values \code{"height"} or \code{"se"}.  These letter two setting 
cause the surface to be painted according to its height or to standard 
error information; see the information on the parameters \code{se}, 
\code{se.breaks} and \code{model}.  Default: \code{col=1}.
}
\item{col.band}{
the colour used for the reference band when a \code{model} is specified in 
regression with one covariate.
Default: \code{col.band="cyan"}.
}
\item{col.mesh}{
the colour used for the `wire mesh' representation plotting observed points 
in an rgl display for regression with two covariates.  This can also be set by the
second component of a vector of length two which is set for \code{col}.
Default: \code{col.mesh="black"}.
}
\item{col.palette}{
the colours used for shading an image plot, or for surface painting in an rgl 
display, for regression with two covariates.
Default: \code{col.palette=topo.colors(12)}.
}
\item{col.points}{
the colour used for plotting observed points in a regression with one 
covariate or an \code{rgl} display for regression with two covariates.
Default: \code{col.points="black"}.
}
\item{delta}{in \code{sm.density},
a value which will be added to the data before they are log transformed in
the procedure to handle positive data.  The value of \code{delta} is used
only when \code{positive} takes the value \code{TRUE}.  The default value
is the smallest value observed in each dimension.  This argument does not
apply with three-dimensional data.
Default: \code{delta=NA}
}
\item{describe}{
  logical flag whiich affects the behaviour of \code{sm.script} and
  \code{provide.data}. 
  If \code{describe=TRUE} (default), a data documentation file is printed. 
}
\item{df}{approximate degrees-of-freedom of the smoothing parameter used 
   in \code{sm.regression}, when a numerical value of \code{h} is not
   specified.
   In this case, the equivalent value of \code{h} will be computed and
   included in the list returned on exit from \code{sm.regression}.
   Default value is 6 if \code{x} is a vector and 12 if \code{x} is
   a matrix.
  }
\item{diff.ord}{in \code{sm.regression},
an integer defining the degree of differencing to be applied in the
estimation process.
When this argument is set to 1, the method of Rice,
based on the squared differences of pairs of neighbouring observations,
is used.  When the argument is set to 2 (deafult), the method of Gasser, 
Sroka and Jennen-Steinmetz, based on differences between each observation 
and a linear interplotation from its two neighbours, is used.
}
\item{display}{
This argument applies only with one- or two-dimensional data.  The
setting \code{"none"} will prevent any graphical output from being
produced.  In one dimensions, the default setting \code{"line"} will
produce the estimate.  (For compatibility with earlier versions of the
package, the setting \code{"se"} will produce a variability band to
show the variability, but not the bias, of the estimate.  This should 
now be controlled by setting the separate parameter \code{se}
to \code{TRUE}.)  In two dimensions, the default setting
\code{"persp"} will produce a perspective plot of the estimate,
while the settings \code{"slice"}, \code{"image"}  and \code{"rgl"} 
will produce slice (contour), image or \code{rgl} plots.
}
\item{eval.grid}{
  logical flag which controls how the options \code{eval.points} are
  used fow two-dimensional data. If \code{eval.grid=TRUE} (default),
  evaluation is perfomed at points obtained by the cross-product of the
  two columns of \code{eval.points}. If \code{eval.grid=FALSE}
  then evaluation is performed at points with coordinates specified by
  the coordinates in \code{eval.points}
  }
\item{eval.points}{
the points at which the density or the regression curve or surface estimate 
should be evaluated, for the values returned in the result of the function.  
This should be a vector for one-dimensional data and a two-column matrix 
for two-dimensional data.
This argument does not apply with three-dimensional data.
}
\item{h.weights}{ 
a vector of weights which multiply the smoothing parameter used in the
kernel function at each observation.  This argument does not apply with 
three-dimensional data. Default value: 1.
}
\item{hmult}{
a factor which can be used to multiply the normal smoothing parameter
before construction of the density estimate. Default value: 1.
}
\item{hull}{  
a logical value which controls whether the estimate is evaluated and
plotted only on grid points which fall within the convex hull of the
data. When this argument is set to \code{FALSE}, evaluation and plotting
take place at all grid points where the contribution from at least one
kernel function is non-negligible.  Both of these settings ensure that
the estimate is not evaluated at points where there are no observations
nearby.  This argument applies only to \code{sm.regression} and
\code{sm.discontinuity} in the case of two covariates.
}
\item{lty}{
  the line type used to plot the estimate.  This argument applies only
  when the estimate is displayed as a curve or a countour.
  Default value: 1.
}
\item{method}{
  the method used to select smoothing parameters.  In density estimation
  the default is \code{"normal"} which uses a value which is asymptotically
  optimal for the normal distribution.  Other possibilities are \code{"cv"}
  for cross-validation and \code{"sj"} for the Sheather-Jones method.
  In nonparametric regression, the
  deault is \code{"df"} which selects a smoothing parameters associated
  with the approximate degrees of freedom given in the \code{df} option.
  Other possibilities are \code{"cv"} for cross-validation and
  \code{"aicc"} for an AIC-based method proposed by Hurvich, Simonoff and
  Tsai.
}
\item{nbins}{
the number of bins used in one-dimensional binning operations;
in two-dimensional cases, \code{nbins} refers to the number of bins 
formed along each axis. Bins with 0 observed frequencies are ignored.
If \code{nbins=0}, binning is not performed; if \code{nbins=NA} (default),
binning is switched on when the number of observations exceeds
a certain threshold, which depends on the function.
}
\item{nboot}{
number of samples generated in bootstraps. Default value: 100.
}
\item{ngrid}{
the number of points in the regular grid used to plot the estimate.
For two- and three-dimensional data, \code{ngrid} refers to the
number of points along the axis in each dimension.
The same parameter is also used by a few other functions which perform some
form of search (e.g. \code{hcv}).
Default value for \code{sm.regression}:
  50 and 20 for 1-, 2-dimensional data, respectively.
Default value for \code{sm.density}:
  100, 50 and 20 for 1-, 2- and 3-dimensional data, respectively.
}
\item{panel}{
a logical value which, when set to true, creates a panel which allows interactive
control of \code{sm.regression} or \code{sm.density} plots
for one- or two-dimensional data.  The panel can be used to alter the
value of the smoothing parameter and control a variety of other settings. 
}
\item{panel.plot}{
a logical value which, when set to true (the default), places the plot
inside the control panel (see the \code{panel} argument above),  This creates 
a neater screen arrangement.
}
\item{pch}{
  the standard plotting charater identified for data plotting.
  Default value: 1.
}
\item{period}{
  a vector of length one or two identifying the period for covariates which
  are on a periodic scale.  Periodic smoothing is implemented by local mean
  estimation, using a von Mises kernel function.  Non-periodic covariates are
  identified by NA.
  Default value: NA.
}
\item{phi}{
the vertical rotation (in degrees) of perspective plots of
estimate in the form of surfaces.  Default value: 40.
}
\item{poly.index}{
an integer defining local constant (0) or local linear (1) smoothing.
Default value: 1.
}
\item{positive}{
a logical value which indicates whether the data should be assumed to take
positive values only, in \code{sm.density}.
When this argument is set to \code{TRUE}, a log transformation
is applied to the data before construction of a density estimate.  The result
is transformed back to the original scale.  This argument does not apply with 
three-dimensional data. Default value: \code{FALSE}.
}
\item{props}{
a vector defining the proportions of the data to be included within each
contour in a slice plot, from two-dimensional data, or a contour surface
plot, from three-dimensional data.  In the three-dimensional case only
the first element of the vector will be used.  This argument does not apply 
to one-dimensional data.  Default value: \code{c(75,50,25)}.
}
\item{rugplot}{
logical flag which regulates whether a rugplot is superimposed to the
density estimate, in the univariate case. Default value: \code{TRUE}.
}
\item{se}{
logical flag which regulates whether a standard error information is
added to the plot produced by \code{sm.regression}. If a \code{model}
is specified, then these standard errors refer to the difference between
this fitted model and the nonparametric regression estimate.
Default value: \code{TRUE}.
}
\item{se.breaks}{
a numerical vector which defines the cut-points, on a standard error 
scale, for the assignment of colours when painting a regression surface
with standard error information.  Default value: \code{c(-3, -2, 3, 3)}.
}
\item{show.script}{
  logical flag which affects the behaviour of \code{sm.script} when
  this is called with non-empty   argument. If \code{show.script=TRUE}
  (default) a window is opened to display the source code of the script.
  }
\item{size}{
  an integer which defines the size of plotted points in \code{rgl}
  displays.  The default value is \code{2}.
  }
\item{structure.2d}{
  the structure of the smoothing parameter in two-dimensional settings.
  The default is \code{"scaled"}, which uses the structure
  (h*sd(x[,1]), h*sd(x[,2])).  Other possibilities are \code{"separate"},
  which uses (h1, h2), and \code{"common"} which uses (h, h).  The
  \code{"common"} option may be particularly appropriate when the data
  have a spatial origin, where distances in each variable havae the same
  meaning.  Note that the \code{"separate"} option is not available
  when \code{"method"} is set to \code{"df"}.
  }
\item{test}{
a logical flag controlling the production of a formal test, using the 
reference model as the null hypothesis. Default value: \code{TRUE}.
}
\item{theta}{
 the horizontal rotation (in degrees) of perspective plots of
 estimates in the form of surfaces.  Default value: -30.
}
\item{verbose}{
  regulates the amount of messages and other output printed out.
  If \code{verbose=0} only errors produce messages; if \code{verbose=1}
  (default value) warnings  and the more relevant numerical
  output are printed ; if \code{verbose=2} more messages and more
  numerical output are printed.
  }
\item{xlab}{
  the label attached to the x-axis.
}
\item{xlim}{
  the range of the horizontal axis of the plot.  This argument does not apply
  with three-dimensional data.
}
\item{yht}{
  the upper limit of the vertical axis in a plot of a one-dimensional density
  estimate.  The lower limit is always set to 0.  This argument does not apply 
  with two- or three-dimensional data.
}
\item{ylab}{
  the label attached to the y-axis. 
}
\item{ylim}{
  the range of the vertical axis of the plot.  This argument does not apply 
  with three-dimensional data.
}
\item{zlab}{
  the label attached to the z-axis (three-dimensional plots only).
}
\item{zlim}{
  the range of the vertical axis when estimates are displayed as perspective plots.
}
}
}

\value{
 a list with  the updated values of the parameters. If the argument list
 is not empty, the returned list is invisible.
}

\details{
Arguments which are set by a function call will remain in effect until the end of the current S-plus session, unless overwritten by a subsequent call.  In addition, they can be added as optional parameters of calls to specific functions of the \code{sm} package; in this case, their effect is
limited to that function call.  

See the documentation of specific functions for the list of options which are recognised by that function.  Notice that some options are relevant only to some functions.
}
\examples{
\dontrun{sm.options(poly.index = 0)
# subsequent regression estimations will be performed using local means
# instead of local regression
#
sm.options(describe = FALSE)  
# turns off typing documentation files of data loaded by `sm.script'
# (works from command-line)
# 
}}
\keyword{nonparametric}
\keyword{smooth}
% Converted by Sd2Rd version 1.15.