Learn R Programming

TLMoments (version 0.7.5.3)

summary.PWMs: Summary PWMs

Description

Calculating and printing of summary statistics to a given PWMs-object.

Usage

# S3 method for PWMs
summary(object, ci.level = 0.9, ...)

Arguments

object

object of PWMs.

ci.level

numeric vector of length 1 giving the confidence level (default is 0.9).

...

additional arguments submitted to est_cov.

Value

A summary.PWMs-object, a list with dimensions

  • pwm

  • ci.level

  • ci

  • cov

It is printed with print.summary.PWMs.

See Also

PWMs, est_cov

Examples

Run this code
# NOT RUN {
x <- cbind(rgev(100, shape = .2), rgev(100, shape = .2))

summary(PWMs(x[, 1]))
summary(PWMs(x[, 1]), distr = "gev")
summary(PWMs(x[, 1]), distr = "gev", select = 1:2)

summary(PWMs(x))
summary(PWMs(x), select = 1:2)

# }
# NOT RUN {
summary(as.PWMs(c(15, 4, .5)))
# }

Run the code above in your browser using DataLab