Description Usage Arguments Value Examples
View source: R/gaussian_model_functions.R
Creation of a random initial design using the linear classical Gaussian model.
1  | gaussian_create_random_initial_design(n_runs, q, seed = NULL)
 | 
n_runs | 
 Number of runs in the design.  | 
q | 
 Number of mixture ingredients.  | 
seed | 
 integer used for reproducibility  | 
Matrix of size (n_runs, q).
1  | gaussian_create_random_initial_design(10, 3, 2, seed = 3)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.