tests/testthat/test-addingIterations.R

context('Adding Iterations')

test_that(
  "Adding Iterations"
  
  , {
    skip_on_cran()
    miceObj <- addIterations(sampleMiceDefs,2,verbose=FALSE)
    compDat <- completeData(miceObj)
    expect_true(miceObj$callParams$maxiter == 5)
  }
  
)

Try the miceRanger package in your browser

Any scripts or data that you put into this service are public.

miceRanger documentation built on Sept. 6, 2021, 5:07 p.m.