Skip to content
Snippets Groups Projects
getInput2mvrnorm.Rd 494 B
Newer Older
Arnaud Duvermy's avatar
Arnaud Duvermy committed
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/datafrommvrnorm_manipulations.R
\name{getInput2mvrnorm}
\alias{getInput2mvrnorm}
\title{getInput2mvrnorm}
\usage{
getInput2mvrnorm(list_var)
}
\arguments{
\item{list_var}{Either c() or output of init_variable}
}
\value{
a list that can be used as input for MASS::mvrnorm
}
\description{
getInput2mvrnorm
}
\examples{
list_var <- init_variable(name = "my_var", mu = 0, sd = 2, level = 3)
getInput2mvrnorm(list_var)
}