summary.swissMrP: Summary Function for 'swissMrP' Objects

Description Usage Arguments Author(s) See Also Examples

View source: R/summary.swissMrP.R

Description

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

Usage

1
2
## S3 method for class 'swissMrP'
summary(object,...)

Arguments

object

An object generated by swissMrP.

...

additional arguments to be passed to summary function.

Author(s)

Lucas Leemann lleemann@gmail.com

See Also

swissMrP

Examples

1
2
3
4
## fake data example
fake <- runif(26)
class(fake) <- "swissMrP"
summary(fake)

swissMrP documentation built on May 2, 2019, 4:59 p.m.