Description Usage Arguments Value Author(s) Examples
This function returns an extended regular sequence based on a numeric vector. It is used mainly to create sequences of regression variables to predict the response of a model.
| 1 | eseq(x, length.out = 25, f = 0.05)
 | 
| x | A numeric vector used to generate the extended range sequence. | 
| length.out | An integer value that is the number of elements in
the sequence, passed to the internal call of the
 | 
| f | The expansion factor relative to the range of values in the
vector  | 
A numeric vector of length length.out that is a new
sequence based on x.
Walmes Zeviani, walmes@ufpr.br.
| 1 | eseq(x = 0:1, length.out = 11, f = 0.05)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.