Learn R Programming

Blossom (version 1.3)

MRPPObj-class: Class "MRPPObj"

Description

The MRPPObj class holds model specification and output from the Multiresponse permutation procedure. The summary.MRPPObj 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("MRPPObj", ...) or, more commonly, via the mrpp function.

See Also

mrpp, EMRPPObj

Examples

Run this code
set.seed(3)
out <- mrpp(c(distance,elev),sex,data = bgrouse)
summary(out)

Run the code above in your browser using DataLab