# NOT RUN {
# Comparison of inference accuracy without a v-structure
# across 10 data sets and sample size in each simulated
# data set is set to 100 with signal = 1.0.
Result1 <- InferenceAccuracyExample(N = 100, signal = 1.0,
'model1', ita = 10)
# Comparison of inference accuracy with a v-structure
# across 10 data sets and sample size in each simulated
# data set is set to 100 with signal=1.0.
Result2 <- InferenceAccuracyExample(N = 100, signal = 1.0,
'model2', ita = 10)
# }
Run the code above in your browser using DataLab