selected_columns: Convert an outlier_mask to a vector of column indices

Description Usage Arguments Value Examples

View source: R/selected_columns.r

Description

This function returns an ordered vector of all the 1-toggled bits in the outlier_mask offset by 1.

Usage

1
selected_columns(outlier_mask)

Arguments

outlier_mask

An integer representing the outlier mask.

Value

A vector of column indices corresponding to the outlier mask.

Examples

1
2
outlier_mask <- 7
autovarCore:::selected_columns(outlier_mask)

roqua/autovarCore documentation built on Oct. 12, 2020, 4:16 a.m.