tests/testthat/_snaps/extrapolate-polymod.md

Matrix is named appropriately

Code
  names(synthetic_settings_5y_polymod)
Output
  [1] "home"   "work"   "school" "other"  "all"

Matrix dimensions are kept

Code
  purrr::map(synthetic_settings_5y_polymod, dim)
Output
  $home
  [1] 16 16

  $work
  [1] 16 16

  $school
  [1] 16 16

  $other
  [1] 16 16

  $all
  [1] 16 16


njtierney/conmat documentation built on April 17, 2025, 10:27 p.m.