Skip to content

Commit

Permalink
Update estimate_meta_Ir1.R
Browse files Browse the repository at this point in the history
  • Loading branch information
Rausch authored and Rausch committed Oct 14, 2024
1 parent cc6bf44 commit 14213c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/estimate_meta_Ir1.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ estimate_meta_Ir1.matrix <- function(x){

# meta-I of a normal noise classifier
p <- rowSums(estimated_classifier)
d <- estimate_sensitivity(counts_table)
d <- estimate_sensitivity(x)
a <- pnorm(abs(d)/2)
info_lower <- get_lower_info_for_one(p, a)
info_normal <- get_normal_noise_information(sensitivities = d)$info
Expand Down

0 comments on commit 14213c7

Please sign in to comment.