# source( "http://educ.jmu.edu/~garrenst/math325.dir/Rfunctions" ) # R functions for Math 325, updated Fall 2023. course.number <- 325 ; packages <- c( "fastGraph", "jmuOutlier", "survey" ) if (FALSE) packages <- c( packages, "jmuSurvey" ) # Set to TRUE if including package "jmuSurvey" at end of semester; otherwise, set to FALSE. source( "http://educ.jmu.edu/~garrenst/math000.dir/Rfunctions" )