Skip to contents

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.

Usage

inferenceToExpected_withFixedEff(tidy_tmb, df_ground_truth)

Arguments

tidy_tmb

A data frame containing the results of inference.

df_ground_truth

A data frame containing the ground truth data used for simulation.

Value

A data frame

Examples

if (FALSE) {
inferenceToExpected_withFixedEff(tidy_tmb, df_ground_truth)
}