Novelty test fails to run - undefined columns selected
Thank you for creating these amazing tools and for all the amazing talks that you have done.
I tried all of the usage examples using the provided data here: https://rpubs.com/alexcpsec/tiq-test-Summer2014-2 https://rpubs.com/alexcpsec/tiq-test-Winter2015
and I have been successful in recreating all of the charts except for the novelty test.
Whenever I run plotNoveltyTest
inbound.novelty = tiq.test.noveltyTest("public_inbound", "20141001", "20141130", select.sources=c("alienvault", "blocklistde", "dshield", "charleshaley"), .progress=FALSE)
tiq.test.plotNoveltyTest(inbound.novelty, title="Novelty Test - Inbound Indicators")
I get an error
Error in [.data.frame (df, , "values") : undefined columns selected
I would really appreciate it if someone told me how to fix this.
R version 4.4.1 (2024-06-14) -- "Race for Your Life"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu