@@ -91,9 +91,10 @@ shinyUI(
9191 " the ergm package, R-Shiny and our Github repository can be found in the resource links on the right." ),
9292 p(" This app is intended to serve as an introduction to the ergm package for those who" ,
9393 " are just getting started using statnet, or for those who are not familiar with programming" ,
94- " in R. If you are new to ergm, you may find it helpful to work through the ergm tutorial using" ,
95- " this app (link is on the right). Advanced users will still want to interact via the command line" ,
96- " in order to access the full functionality of ergm." ),
94+ " in R. If you are new to ergm, you may find it helpful to work through the" , a(" ergm tutorial" ,
95+ href = " http://statnet.csde.washington.edu/workshops/SUNBELT/EUSN/ergm/ergm_tutorial.html" ,
96+ target = " _blank" ), " using this app. Advanced users will still want to interact" ,
97+ " via the command line in order to access the full functionality of ergm." ),
9798 p(" A typical network analysis will move sequentially through the tabs at the top of the page." ,
9899 " Click on the help icon at the top of any page for guidance." ),
99100 p(" Do you have comments/suggestions/complaints on this prototype app? Please share them with us." ,
@@ -154,8 +155,8 @@ url = {http://statnetproject.org}
154155 href = " http://www.jstatsoft.org/v24/i04/" , target = " _blank" ),
155156 br(),br(),
156157 span(' Tutorials and documentation' ),br(),
157- a(" ergm tutorial from NME 2014 Workshop" ,
158- href = " http://statnet.csde.washington.edu/EpiModel/nme/2014/d2-tut1 .html" ,
158+ a(" ergm tutorial from Sunbelt EUSN 2014 Workshop" ,
159+ href = " http://statnet.csde.washington.edu/workshops/SUNBELT/EUSN/ergm/ergm_tutorial .html" ,
159160 target = " _blank" ),
160161 br(),
161162 a(" ergm documentation on CRAN" ,
0 commit comments