Learn R Programming

genpathmox (version 0.9)

F.data: Data preprocessing for F-tests

Description

############################################################################################

Usage

F.data(x, inner, outer, mode, scheme, modtwo)

Value

list containing matrices needed for the tests

Arguments

x

matrix or dataframe containing the data.

inner

a square (lower triangular) boolean matrix representing the inner model

outer

list of vectors with column indices indicating which manifest variables correspond to each block

mode

character vector indicating the type of measurement for each block. Possible values are: "A", "B"

scheme

string indicating the type of inner weighting scheme. Possible values are "centroid", "factorial", or "path".

modtwo

vector indicating the binary partition

Details

Internal function