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