Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
Strausyatina committed Feb 18, 2020
1 parent dbda375 commit 221cdbc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions R/ComputeAICIs.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@
#'
#' @importFrom stats "prop.test"
#'
ComputeAICIs <- function(inDF, vectReps,
vectRepsCombsCC,
pt = 0.5,
Q=0.95, BF=T,
thr=NA, thrUP=NA, thrType="each"){
ComputeAICIs <- function(inDF, vectReps, vectRepsCombsCC, pt = 0.5, Q=0.95, BF=T, thr=NA, thrUP=NA, thrType="each"){

CC <- mean(vectRepsCombsCC)

Expand Down

0 comments on commit 221cdbc

Please sign in to comment.