Sample Programs for Stat 244


  • anova.sas sample ANOVA program for SAS (proc glm)
  • bigfiles.c uses linked lists to keep track of large files
  • bits.h header file for accessing bits in arrays
  • btree1.c balanced (AVL) binary tree routines
  • chkparms.cchecks parameters for ARMA estimation
  • crime crime dataset for cluster analysis
  • crime.des description of crime dataset
  • data3 sample data for program anova.sas
  • gs.c Gram-Schmidt orthogonalization
  • matrix.c allocating double dimensioned arrays
  • simpson.c numerical integration program
  • sleep sleep dataset for cluster analysis
  • sleep.des description of sleep dataset
  • sweep.c sweep algorithm for square matrix
  • timer.h header file for timing execution
  • tree1.h header file for AVL binary tree routines

    Tcltk Sample programs for R

  • lab.R Interaction Counter
  • hist.R Histogram Maker
  • supsmufn.RSlider Control for Supersmoother

    Sample programs for Stat 243