8000 Is the `race = FALSE` flag working correctly? · Issue #59 · EpiModel/ARTnet · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Is the race = FALSE flag working correctly? #59
Open
@AdrienLeGuillou

Description

@AdrienLeGuillou

when calling:

  epistats <- build_epistats(
    geog.lvl = "city",
    geog.cat = "Atlanta",
    init.hiv.prev = 0.33,
    race = FALSE,
    time.unit = time_unit
  )

we get an error because init.hiv.prev is of length 1 and not 3.
Is this the expected behavior?
Then looking quickly into the object I still see the 3 races.

I need to look into it more. @smjenness am I missing something obvious here before I go dive deeper?

Note: this behavior was present before Pr #57

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0