Learn R Programming

Blossom (version 1.3)

MRSPObj-class: Class "MRSPObj"

Description

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

See Also

sp

Examples

Run this code
sp.test <- sp(as.matrix(blue162[,4:5]), expon = 1,number.perms = 500)
summary(sp.test)

Run the code above in your browser using DataLab