Description Usage Arguments Value Examples
View source: R/generate_dataset.R
This function generates the dataset used for examples
1 |
n: |
number of observations in the dataset |
A list containing the vector of observations for the dependent variable and a matrix containing the observations of the independent variables
1 2 | set.seed(8675309)
generate_dataset(n)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.