getInput2mvrnorm
getInput2mvrnorm.Rd
getInput2mvrnorm
Examples
list_var <- init_variable(name = "my_var", mu = 0, sd = 2, level = 3)
#> Variable name should not contain digits, spaces, or special characters.
#> If any of these are present, they will be removed from the variable name.
getInput2mvrnorm(list_var)
#> $mu
#> myvar
#> 0
#>
#> $covMatrix
#> label_myvar
#> label_myvar 4
#>