Learn R Programming

Blossom (version 1.3)

MRBPObj-class: Class "MRBPObj"

Description

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

See Also

mrbp

Examples

Run this code
set.seed(5)
a <- mrbp(data = mrbp1,number.perms = 1000,commens = FALSE,align = FALSE,save.test = TRUE)
ResampVals(a)[1:10]
summary(a)

Run the code above in your browser using DataLab