[.mlresult {utiml} | R Documentation |
If column filter is performed, then the result will be a matrix. Otherwise, the result will be a mlresult.
## S3 method for class 'mlresult'
mlresult[rowFilter = T, colFilter, ...]
mlresult |
A mlresult object |
rowFilter |
A list of rows to filter |
colFilter |
A list of columns to filter |
... |
Extra parameters to be used as the filter |
mlresult or matrix. If column filter is performed, then the result will be a matrix. Otherwise, the result will be a mlresult.