Description Usage Arguments Value
View source: R/data_generation_utils.R
Estimate intercept
1 2 3 4 5 6 7 8 9 | get_intercept(
n_iter,
sample_size,
n_covariates,
n_normal,
cov_mat,
alpha,
target_mean
)
|
n_iter |
number of iterations |
sample_size |
sample size |
n_covariates |
number of covariates |
n_normal |
number of normal covariates |
cov_mat |
correlation matrix |
alpha |
coefficient vector |
target_mean |
intended population mean |
estimate for intercept
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.