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 asSusie(X,y)
还没有评论,成为第一个评论者吧!