generate_sample {BigQuic} | R Documentation |
Generate Sample
Description
Generates a sample data set for using with BigQuic, the default seed is 1 for reproducibility. For high dimensional data, choose p much larger than n.
Usage
generate_sample(n = 200, p = 150, seed = NULL)
Arguments
n |
The number of rows in the resulting data set. |
p |
The number of columns in the resulting data set. |
seed |
A seed for the random number generator in R. |
[Package BigQuic version 1.1-13 Index]