Learn R Programming

Blossom (version 1.3)

EMRPPObj-class: Class "EMRPPObj"

Description

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

See Also

mrpp, MRPPObj

Examples

Run this code
out <- mrpp(variables = c(distance,elev),group = sex,data = bgrouse,exact = TRUE)
summary(out)

Run the code above in your browser using DataLab