| lset.ldat | R Documentation |
Set values is an ldat object
## S3 method for class 'ldat' lset(x, index = NULL, values, range = NULL, ...)
x |
an object of type |
index |
a numeric of logical vector with indices at which the values should be set. |
values |
a vector with new values. |
range |
a numeric vector of length 2 specifying a range of elements
to select. Specify either |
... |
ignored. |
When values is a vector the values are assigned to each column in
x. Otherwise, vectors is assumed to be a list or data.frame
of the same length as x. Each element of values is
assigned to the corresponding element of x.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.