summarise_user_cov: Summarise the coverage for users

Description Usage Arguments Value Examples

View source: R/augmenters.R

Description

This uses a user dataframe obtained from something like augment_user_tested.

Usage

1

Arguments

user

dataframe of users with distances between each user and the nearest facility (distance), and whether this is within the distance threshold (is_covered).

Value

dataframe containing information on the number of users, the number of events covered, the proportion of events covered, and the distance from each

Examples

1
2
3
4
5
6
7
## Not run: 

summarise_user_cov(augmented_user_test)



## End(Not run)

njtierney/maxcovr documentation built on Nov. 13, 2019, 6:38 p.m.