Last chance! 50% off unlimited learning
Sale ends in
HPD
as a means of verifying its integrity. A few other characteristics are checked as well.chkHPD(HPD, confirm = FALSE)
HivePlotData
.TRUE
then a favorable result is affirmed in the console (problems are always reported).TRUE
is there is a problem, otherwise FALSE
.sumHPD
which allows inspection (checking) of many properties of your HPD
.test4 <- ranHiveData(nx = 4)
good <- chkHPD(test4, confirm = TRUE)
# mess it up and do again
# next test is not run as it halts execution
test4$nodes$color <- as.factor(test4$nodes$color)
bad <- chkHPD(test4)
Run the code above in your browser using DataLab