Description Usage Format Value Fields Methods
Class for generating correlated continuous normal predictors
1 |
R6Class
object.
Object of R6Class
covariance_matrix
Private. Covariance matrix used for generating predictors
num_observations
Private. The number of observations
num_predictors
Private. The number of predictors
predictor_names
Private. The names of the predictors
new
Constructor(num_observations : int, num_predictors : int, covariance_matrix : matrix<double>, predictor_names : vector<string>
get_num_observations
Returns num_observations
get_num_predictors
Returns num_predictors
simulate_predictors
Returns matrix of predictors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.