Description Usage Arguments Value Examples
plot_regsim
returns a list with simulated results.
1 2 | plot_regsim(reps = 1000, beta = seq(-1, 1, by = 0.1), n = c(10, 20, 30,
40, 50), eps_dist = "uniform")
|
reps |
nuber of simulated regressions. Default value of 1000. |
beta |
vector of coeficients. Default sequence from -1 to 1 by = 0.1. |
n |
vector of sample sizes. Default values set to (10, 20, 30, 40, 50). |
eps_dist |
destribution of error term. Supports ("uniform","t","laplace"). Default set to "uniform". |
plots.
1 | plot_regsim(reps = 1000, n = c(10, 20, 30, 40, 50), beta = seq(-1, 1, by = 0.1), eps_dist = "uniform")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.