F.data.reg: Defining the matrices needed for the comparison test (regression model)
Description
Defining the matrices needed for the comparison test (regression model)
Usage
F.data.reg(x, modtwo, ...)
Arguments
x
matrix or data.frame with the data.
modtwo
vector indicating the binary partition.
Value
list containing matrices needed for the comparison test
Details
Internal function. F.data.reg
is called by test.partition.reg
.