mirror of
https://github.com/msberends/AMR.git
synced 2025-07-12 09:41:49 +02:00
first inclusion of ITIS data
This commit is contained in:
@ -2,12 +2,12 @@ context("kurtosis.R")
|
||||
|
||||
test_that("kurtosis works", {
|
||||
expect_equal(kurtosis(septic_patients$age),
|
||||
3.57781,
|
||||
3.549319,
|
||||
tolerance = 0.00001)
|
||||
expect_equal(unname(kurtosis(data.frame(septic_patients$age))),
|
||||
3.57781,
|
||||
3.549319,
|
||||
tolerance = 0.00001)
|
||||
expect_equal(kurtosis(matrix(septic_patients$age)),
|
||||
3.57781,
|
||||
3.549319,
|
||||
tolerance = 0.00001)
|
||||
})
|
||||
|
Reference in New Issue
Block a user