Learn R Programming

sandwichr (version 1.0.4)

summary: Summarize prediction results

Description

Summarize the estimated mean and standard error.

Usage

# S3 method for sandwich.model
summary(object, ...)

Value

Summarized statistics for the estimated mean and standard error.

Arguments

object

A sandwich.model object generated by sandwich.model.

...

Ignored.

See Also

sandwich.model

Examples

Run this code
data(sim.data)
sim.sw <- sandwich.model(object=sim.data, sampling.attr="Value", type="shp")
summary(object=sim.sw)

Run the code above in your browser using DataLab