Learn R Programming

BigQuic (version 1.1-13)

generate_sample: 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.