Skip to content

zetian-jia/Reliable-change-index-RCI-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reliable-change-index-RCI-

Calculate the reliable change index

install

install.packages("devtools")

library(devtools)

install_github("Jiazetian/Reliable-change-index-RCI-/RCI")

library(RCI)

test data

Before <- c(15,18,20,16,17,18,19,19,16,17)

After <- c(30,27,25,28,26,29,30,27,25,28)

aa<-data.frame(Before,After)

RCI(aa$Before,aa$After)

About

Calculate the reliable change index

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages