Skip to content
Prev 33787 / 63424 Next

Problem in matrix definition?

See details on subsetting
?"["
specifically the drop argument.

To prevent the effects of drop() use

L[k, 1:(r-1), drop=FALSE]

-Christos