Skip to content

meefen/LagSeq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LagSeq

LagSeq is an R package for Lag-sequential Analysis.

Installation

You can install LagSeq from github using the devtools package

require(devtools)
install_github('meefen/LagSeq')

Usage

Read help information of LagSeq and LagSeq_Groups first. Transform your sequential data into the required format. Basically, if you plan to compare two groups for potential transitional differences, organize your data as a data frame with columns mapping to group, sequence, and codes.

library(LagSeq)
data(lagseq_threads) # load example data
LagSeq_Groups(lagseq_threads, group=6, seq=1, codes=5)

Resources

Disclaimer

I will not be responsible for any consequences of using this R package. Use LagSeq at your own risk.

About

R implementation of Lag-sequential Analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages