Learn R Programming

Blossom (version 1.3)

MEDQObj-class: Class "MEDQObj"

Description

The MEDQObj class holds model specification and output from the Multivariate Medians and Distance Quantiles procedure. The summary.MEDQObj class represents the summary of these objects.

Arguments

Rdversion

1.1

docType

class

Objects from the Class

Objects can be created by calls of the form new("MEDQObj", ...) or, more commonly, via the medq function.

See Also

medq

Examples

Run this code
out <- medq(data = bgrouse)
summary(out)
#to get the data originally stored in the save option use
BgDist2mvm <- Dist2mvm(out)

Run the code above in your browser using DataLab