Learn R Programming

swissMrP (version 0.62)

summary: Summary Function for swissMrP Objects

Description

Provides the lowest, the two median, and the highest estimates of public support based on the MrP results.

Usage

# S3 method for swissMrP
summary(object,...)

Arguments

object

An object generated by swissMrP.

...

additional arguments to be passed to summary function.

See Also

swissMrP

Examples

Run this code
# NOT RUN {
## fake data example
fake <- runif(26)
class(fake) <- "swissMrP"
summary(fake)
# }

Run the code above in your browser using DataLab