Skip to content
/ spida Public
forked from gmonette/spida

R package collection of tools for hierarchical and longitudinal data analysis--obsolete: use spida2 instead

Notifications You must be signed in to change notification settings

OrienM/spida

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spida

Superseded by spida2

R package collection of tools for hierarchical and longitudinal data analysis. The package was originally developed to support the Summer Programme in Data Analysis offered at York University from 2000 to 2012.

The package is being revised and changes are available in the 'spidanew' package. Until 'spidanew' is merged into 'spida' it is recommended that you install both and load 'spidanew' after 'spida'.

Installation

To install this package, use the following commands in R:

if (!require(devtools)) install.packages("devtools")
library(devtools)
install_github("gmonette/spida")
install_github("gmonette/spidanew")

This installs the package from the source, so you will need to have R Tools installed on your system. R Tools for Windows takes you to the download page for Windows. R Tools for Mac OS X has the required programs for Mac OS X.

To use the package, load it before loading 'spidanew' so the latter will have precedence over 'spida'.

library(spida)
library(spidanew)

About

R package collection of tools for hierarchical and longitudinal data analysis--obsolete: use spida2 instead

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%