##
## A example to read counts data
##
## Not run:
# # For Vaha-Ypya et al.'s method
# accData1 <- readRaw("C:/mydata.csv",type='mad')
# # For Bai et al.'s method with known resting state intensities
# accData2 <- readRaw("C:/mydata.csv",type='ai',resting=c(.15,.16,.17))
# # Calculating resting state intensity for Bai et al.'s method
# restingIntensity <- readRaw("C:/mydata.csv",type='resting')
# accData3 <- readRaw("C:/mydata.csv",type='ai',resting=restingIntensity)
# ## End(Not run)
Run the code above in your browser using DataLab