summary.mldr {mldr}R Documentation

Provides a summary of measures about the mldr

Description

Prints a summary of the measures obtained from the mldr object

Usage

## S3 method for class 'mldr'
summary(object, ...)

Arguments

object

Object whose measures are to be printed

...

Additional parameters to be given to print

See Also

mldr, print.mldr

Examples


library(mldr)

summary(emotions)


[Package mldr version 0.4.3 Index]