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
10 changes: 3 additions & 7 deletions R/CompCasual-package.R
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
#' CompCausal: Inferring causal effects in comprehensive cohort studies
#' CompCausal
#'
#' This package provide R implementations of the estimation methods for
#' inferring causal effects in comprehensive cohort studies,
#' in the presence of unmeasured confounding and missing outcomes. The causal
#' effects include comprehensive cohort causal effects, randomized trial causal effects,
#' and patient preference causal effect.
#' @import utils
#' @importFrom stats predict coef as.formula binomial dbeta dnorm integrate model.matrix nlminb optim optimize pnorm qnorm quantile sd uniroot var
#' @importFrom betareg betareg
Expand All @@ -20,5 +15,6 @@
#' @importFrom purrr map_dbl
#' @importFrom Rcpp Module
#' @import rlang
#' @keywords Comprehensive cohort, Unmeasured confounding, Missing at random, Causal effect
#' @keywords internal
#' @noRd
"_PACKAGE"
46 changes: 0 additions & 46 deletions man/CompCausal-package.Rd

This file was deleted.

Loading