Learn R Programming

prevR (version 3.1)

fdhs: Fictitious data generated by a DHS simulation.

Description

Data set generated by a Demographic and Health Survey (DHS) simulation on a fictitious country with a national prevalence of 10%, 8000 having been surveyed, distributed in 401 clusters. This dataset is composed of 3 objects:
  • fdhs.clusters: data frame (one line per cluster).
  • fdhs.boundary: object of classSpatialPolygonscorresponding to the borders of the fictitious country.
  • fdhs: object of classprevRreturned byas.prevRusing the two previous objects.

Arguments

Examples

Run this code
str(fdhs)
   str(fdhs.clusters)
   str(fdhs.boundary)
   demo(prevR)

Run the code above in your browser using DataLab