warn: List Warnings

Description Usage Details Value Author(s) See Also Examples

Description

Gives a List of Warnings

Usage

1
warn()

Details

This function simplyfies the output of warnings if there are several identical warnings, by counting their occurence

Value

the table of warnings

Author(s)

Werner A. Stahel, ETH Zurich

See Also

warnings

Examples

1
2
3
4
##  not to be run as an example()
##  for (i in 3:6)
##    m <- matrix(1:7, 3,i)
##  warn()

regr0 documentation built on May 2, 2019, 4:52 p.m.

Related to warn in regr0...