Newer
Older
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/fitmodel.R
\name{prepare_dataParallel}
\alias{prepare_dataParallel}
\title{Fit the model based using fitModel functions.}
\usage{
prepare_dataParallel(groups, group_by, data)
}
\arguments{
\item{groups}{list of group ID}
\item{group_by}{Column name in data representing the grouping variable}
\item{data}{Data frame containing the data}
}
\value{
list of dataframe
}
\description{
Fit the model based using fitModel functions.
}
\examples{
prepare_dataParallel(groups = iris$Species, group_by = "Species",
data = iris )
}