Temporary usage before packaging (v0.1.0-alpha)

  • Download the source code in R/ folder.
  • In R, you should source code using for(file in list.files("R/", full.names = T)) {source(file)}.
  • To run FineBoost, you need colocboost(X=X, Y=y), where X and y are the same as Susie(X,y)