Displaying 1 result from an estimated 1 matches for "ua_schwh".
2011 Aug 06
1
exclude matrix from matrix
...ructure
>str(x)
num [1:346, 1:8] 0.055 0.6833 0.9121 0.0819 0.1223 ...
- attr(*, "dimnames")=List of 2
..$ : chr [1:346] "10357" "10815" "10829" "10885" ...
..$ : chr [1:8] "ua_mfb" "ua_mivh" "ua_mukh" "ua_schwh" ...
The matrix “y” is a subset of “x”
> str(y)
num [1:301, 1:8] 0.683 0.912 0.832 0.833 1 ...
- attr(*, "dimnames")=List of 2
..$ : chr [1:301] "10815" "10829" "12049" "13960" ...
..$ : chr [1:8] "ua_mfb" "ua_miv...