simvar {classifly} | R Documentation |
Simulate observations from a vector
simvar(x, n=10, method="grid")
x |
data vector |
n |
desired number of points (will not always be achieved) |
method |
simulation method |
Given a vector of data this function will simulate data that could have come from that vector.
There are three methods to choose from:
Hadley Wickham <h.wickham@gmail.com>