R/spida.R

#' A package with miscellaneous utilities for hierarchical and longitudinal
#' data analysis
#' 
#' This package was developed for the Summer Program in Data Analysis held at
#' York University from 2000 to 2012. For an overview see
#' \link{list("spida-package")}.
#' 
#' 
#' @export
spida <- function() cat("Version: 2015-11-05\n")


#' Just to see if zork.rd gets created
#' 
#' This is a test
#' 
#' 
#' @export
zork <- function() cat("zork exists")

#' @export
zork2 <- function() cat('son of zork')
gmonette/spida15 documentation built on May 17, 2019, 7:26 a.m.