@@ -617,7 +617,7 @@ test_that("get_data", {
617
617
expect_null(get_data(m4 , component = " disp" , effects = " random" , verbose = FALSE ))
618
618
})
619
619
620
- test_that(" find_paramaters " , {
620
+ test_that(" find_parameters " , {
621
621
expect_identical(
622
622
find_parameters(m4 ),
623
623
list (
@@ -685,7 +685,7 @@ test_that("find_paramaters", {
685
685
})
686
686
687
687
688
- test_that(" get_paramaters " , {
688
+ test_that(" get_parameters " , {
689
689
expect_identical(nrow(get_parameters(m4 )), 6L )
690
690
expect_identical(
691
691
colnames(get_parameters(m4 )),
@@ -880,7 +880,8 @@ d2$sd <- "five"
880
880
dat <- rbind(d1 , d2 )
881
881
m0 <- glmmTMB :: glmmTMB(x ~ sd + (1 | t ), dispformula = ~ sd , data = dat )
882
882
883
- test_that(" get_paramaters" , {
883
+
884
+ test_that(" get_parameters" , {
884
885
expect_identical(nrow(get_parameters(m0 )), 4L )
885
886
expect_identical(
886
887
colnames(get_parameters(m0 )),
@@ -897,7 +898,7 @@ test_that("get_paramaters", {
897
898
)
898
899
expect_equal(
899
900
get_parameters(m0 )$ Estimate ,
900
- c(200.03431 , - 99.71491 , 3.20287 , 1.38648 ),
901
+ c(200.03431 , - 99.71491 , 1.6014 , 0.69323 ),
901
902
tolerance = 1e-3
902
903
)
903
904
expect_identical(
0 commit comments