Skip to content

Commit

Permalink
Update tkonfound.R
Browse files Browse the repository at this point in the history
  • Loading branch information
JihoonChoi26 committed May 8, 2024
1 parent 58aa69e commit cf140a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tkonfound.R
Expand Up @@ -244,7 +244,7 @@ total_rate_final <- total_success_final / (total_fail_final + total_success_fina
transferway_extra, c("as shown, from the User-entered Table to the Transfer Table."))

conclusion1c <- paste0(sprintf(" This means we need to replace %d of ", RIR), RIRway,
sprintf( "with null hypothesis data points; and replace %d ", RIR_extra), RIRway_extra,
sprintf( " with null hypothesis data points; and replace %d ", RIR_extra), RIRway_extra,
c(" with null hypothesis data points to change the inference."))
}

Expand Down

0 comments on commit cf140a9

Please sign in to comment.