# NOT RUN {
# For demonstration purposes, only 10 data sets
# with a sample size of 100 are simulated here.
# Comparison of inference accuracy on model 1 without a v-structure
Result1 <- CompareMethodsVStructure(N = 100,
signal = 1.0,
'model1',
includeGV = TRUE,
ita = 10)
# Comparison of inference accuracy with a v-structure
Result2 <- CompareMethodsVStructure(N = 100,
signal = 1.0,
'model2',
includeGV = TRUE,
ita = 10)
# }
Run the code above in your browser using DataLab