Fill Numeric Columns Dialog Function
DESCRIPTION:
This function is used by the Fill Numeric Columns dialog
USAGE:
menuFill(data, variable="<END>", length.col="Longest Column",
content="Sequence", start=1, increment=1, replications=1, append.p=F,
save.name=deparse(substitute(data)),
show.p=.Options$show.data.in.view)
REQUIRED ARGUMENTS:
- data
-
data set in which to fill column.
- variable
-
name of column to fill.
- length.col
-
number of values for fill column.
- content
-
character string indicating filling method to use. Choices are
"Sequence"
,
"Grouped Sequence"
,
"Missing"
,
"Random Normal"
,
and
"Random Uniform"
.
OPTIONAL ARGUMENTS:
- start
-
starting value for generating a sequence of values.
- increment
-
increment for generating a sequence of values.
- replications
-
number of replications for the sequence.
- append.p
-
logical indicating whether to append the fill values to existing
values or to replace existing values when
variable
is an existing
column.
- save.name
-
name under which to save the revised data set.
- show.p
-
logical indicating whether to display the revised data set in a
Data window.
VALUE:
data set with the specified
variable
containing the fill values.
SEE ALSO:
,
,
.