tests/testthat/test-EstMLEGrasiaIIBin.R

estimate<-EstMLEGrassiaIIBin(Chromosome_data$No.of.Asso,Chromosome_data$fre,0.1,0.5)

context("Checking outputs")
test_that("estimate method",{
          expect_identical(estimate@method,
                           "BFGS")
                           })

test_that("estimate method",{
          expect_identical(estimate@optimizer,
                           "optim")
                          })

test_that("minimized negative ll value",{
          expect_identical(round(estimate@min,4),
                          436.8255)
                          })

test_that("Checking class of output",{
          expect_that(estimate,
          is_a("mle2"))
          })
Amalan-ConStat/R-fitODBOD documentation built on July 4, 2019, 4:17 p.m.