Skip to content

Commit ecfad2a

Browse files
Update susiF.R
1 parent ee25350 commit ecfad2a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

R/susiF.R

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,10 @@
6464
#'
6565
#' @param L_start number of effect initialized at the start of the algorithm
6666
#'
67-
#' @param nullweight numeric value for penalizing likelihood at point mass 0 (should be between 0 and 1)
68-
#' (useful in small sample size)
67+
#' @param nullweight numeric value for penalizing likelihood at point mass 0. This number roughly corresponds
68+
#' to the number of zeros observation you add (useful in small sample size). Default is 10 as recommended by Stephens in
69+
#' False discovery rate a new deal. Setting it too low tend lead to adding false discoveries. Setting it too
70+
#' high may reduce power.
6971
#'
7072
#' @param thresh_lowcount numeric, used to check the wavelet coefficients have
7173
#' problematic distribution (very low dispersion even after standardization).

0 commit comments

Comments
 (0)