add_ss_indices | R Documentation |
Add incidences corresponding to state space
add_ss_indices(dat, ss)
dat |
a data.frame with particular columns coded in particular ways |
ss |
state space definition (fp$ss) |
## Not run:
data(survey_hts)
dat <- subset(survey_hts, survey_hts$country == "Malawi" & outcome == "evertest")
df <- add_ss_indices(dat, fp$ss)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.