Skip to content

Commit

Permalink
output in t_value
Browse files Browse the repository at this point in the history
  • Loading branch information
RonaldVisser committed Mar 29, 2024
1 parent 44303ef commit 7125f85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/t_value.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@

t_value <- function(r, n) {
t_value <- (r * sqrt(n - 1)) / sqrt(1 - r^2)
t_value
}

0 comments on commit 7125f85

Please sign in to comment.