summary | R Documentation |
Summarize the estimated mean and standard error.
## S3 method for class 'sandwich.model'
summary(object, ...)
object |
A |
... |
Ignored. |
Summarized statistics for the estimated mean and standard error.
sandwich.model
data(sim.data)
sim.sw <- sandwich.model(object=sim.data, sampling.attr="Value", type="shp")
summary(object=sim.sw)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.