% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/inferencetoexpected.R
\name{inferenceToExpected_withFixedEff}
\alias{inferenceToExpected_withFixedEff}
\title{Compare the results of inference with the ground truth data.}
\usage{
inferenceToExpected_withFixedEff(tidy_tmb, df_ground_truth)
}
\arguments{
\item{tidy_tmb}{A data frame containing the results of inference.}

\item{df_ground_truth}{A data frame containing the ground truth data used for simulation.}
}
\value{
A data frame
}
\description{
This function takes the data frames containing the inference results and the ground truth data
and generates a table to compare the inferred values with the expected values.
}
\examples{
\dontrun{
inferenceToExpected_withFixedEff(tidy_tmb, df_ground_truth)
}

}