View source: R/optimal_ubpop-print.R
print.smerc_optimal_ubpop | R Documentation |
smerc_optimal_ubpop
.Print smerc_optimal_ubpop
object
## S3 method for class 'smerc_optimal_ubpop'
print(x, ...)
x |
An object of class |
... |
Not currently implemented. |
data(nydf)
coords <- with(nydf, cbind(longitude, latitude))
ubpop_stats <- optimal_ubpop(
coords = coords, cases = nydf$cases,
pop = nydf$pop, nsim = 49,
ubpop = seq(0.05, 0.5, by = 0.05)
)
ubpop_stats
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.