simvar {classifly}R Documentation

Simulate observations from a vector

Description

Given a vector of data this function will simulate data that could have come from that vector.

Usage

simvar(x, n = 10, method = "grid")

Arguments

x

data vector

n

desired number of points (will not always be achieved)

method

grid simulation method. See details.

Details

There are three methods to choose from:


[Package classifly version 0.4.1 Index]