Calculating and printing of summary statistics to a given PWMs-object.
# S3 method for PWMs
summary(object, ci.level = 0.9, ...)
object of PWMs.
numeric vector of length 1 giving the confidence level (default is 0.9).
additional arguments submitted to est_cov
.
A summary.PWMs
-object, a list with dimensions
pwm
ci.level
ci
cov
It is printed with print.summary.PWMs
.
# 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