Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export(colocboost_assemble)
export(colocboost_check_update_jk)
export(colocboost_inits)
export(colocboost_plot)
export(colocboost_post_inference)
export(colocboost_update)
export(colocboost_workhorse)
export(get_cos_summary)
Expand Down
2 changes: 1 addition & 1 deletion R/colocboost_inference.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#'
#' @rdname colocboost_post_inference
#' @keywords cb_post_inference
#' @export
#' @noRd
colocboost_post_inference <- function() {
message("This function post inferences of colocboost output. See details for more information.")
}
Expand Down
2 changes: 2 additions & 0 deletions R/colocboost_workhorse.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
#' Step 2: `colocboost_update` core function of the proximity smoothed gradient boosting update.
#'
#' Step 3: check the stop criteria for each outcome.
#'
#' There is a version for LD free version with one causal assumption, implemented in `colocboost_one_causal`.
#'
#' @export
colocboost_workhorse <- function(cb_data,
Expand Down
Binary file added data/Ind_5traits.rda
Binary file not shown.
Binary file added data/Sumstat_5traits.rda
Binary file not shown.
18 changes: 0 additions & 18 deletions man/colocboost_post_inference.Rd

This file was deleted.

2 changes: 2 additions & 0 deletions man/colocboost_workhorse.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.