How do you load the EpiModel in AlteryxR?
You can find out more here: https://www.epimodel[.]org/
I would like to work with a team to beta-test the EpiModel using the following data: https://coronavirus.dc[.]gov/page/coronavirus-data
Let's work on this together!
Hello @mikeanders,
You´ll need to install the EpiModel package. It looks like this package has a lot of dependencies, so I suggest you to follow the steps provided in this article (kudos to @BenMoss!): https://www.theinformationlab.co.uk/2019/01/17/installing-r-packages-both-on-alteryx-designer-and-on...
When typing the install.packages command don´t forget to set the dependencies argument to TRUE. The command should look like this: install.packages("EpiModel", dependencies = TRUE)
Regards
Thanks! I am still learning!