Learn R Programming

SODC (version 1.0)

get.B.inorder: Get Ordered Predictors Matrix

Description

Get correspoinding predictors matrix in the order of w_j group.

Usage

get.B.inorder(c, B, p)

Arguments

c
An integer scalar with the desired number of groups.
B
The output from function get.hnx.B.initialW, it is in the order of normalized hnx column vector.
p
The total number of varialbes in input data matrix.

Value

The ordered predictors matrix.