Skip to contents

Create a mapper for linear effects

Usage

bm_linear()

bru_mapper_linear()

Examples

m <- bm_linear()
ibm_eval(m, input = 1:4, state = 2)
#> [1] 2 4 6 8