Newer
Older
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/simulation_initialization.R
\name{fillInInteraction}
\alias{fillInInteraction}
\title{Fill in interaction}
\usage{
fillInInteraction(list_var, between, mu, sd, level)
}
\arguments{
\item{list_var}{A list of variables (already initialized)}
\item{between}{A vector of variable names to include in the interaction}
\item{mu}{Either a numeric value or a numeric vector (of length = level)}
\item{sd}{Either numeric value or NA}
\item{level}{Number of interactions}
}
\value{
A data frame with the filled-in interaction values
}
\description{
Fill in interaction
}