Learn R Programming

SODC (version 1.0)

get.w.remove.j: W as an vector

Description

To obtain W as an vector after removing the jth column from matrix W (by makeing the jth column as an Zero vector).

Usage

get.w.remove.j(w, j)

Arguments

w
The W matrix.
j
The column index number of the W matrix.

Value

A vector derived from W.