| summary.dmcsim | R Documentation | 
Summary of the overall results from dmcSim
## S3 method for class 'dmcsim'
summary(object, digits = 1, ...)
| object | Output from dmcSim | 
| digits | Number of digits in the output | 
| ... | pars | 
DataFrame
# Example 1
dmc <- dmcSim()
summary(dmc)
# Example 2
dmc <- dmcSim(tau = 90)
summary(dmc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.