Description Usage Arguments Value Examples
View source: R/parameter_handlers.R
Generate random Gaussian distributed parameters
1 | random_Gaussian_parameters(J, log_scale = FALSE)
|
J |
Integer number of instrumental variables. |
log_scale |
Logical flag indicating whether scale parameters sigma_X and sigma_Y should be computed on the log-scale (normally distributed), or on the normal scale (log-normally distributed). |
List of random parameters for the IV model generated from Gaussian distributions.
1 2 | random_Gaussian_parameters(10)
random_Gaussian_parameters(10, log_scale = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.