generate_data {classifly} | R Documentation |
Generate new data from a data frame.
generate_data(data, n=10000, method="grid")
data |
data frame |
n |
desired number of new observations |
method |
method to use, see simvar |
This method generates new data that fills the range of the supplied datasets.
Hadley Wickham <h.wickham@gmail.com>