coef.bandit: Extract coefficients from a bandit object

Description Usage Arguments Value

Description

Extract coefficients from a bandit object

Usage

1
coef.bandit(object, what = "last")

Arguments

object

an object inheriting from class "bandit"

what

either "last" (the default) for the coefficients of the model estimated in the last training job, or "all" for the coefficients of all training jobs.

Value

a numeric vector if what = "last"; a matrix if what = "all".


rferrali/banditr documentation built on May 27, 2019, 5:56 a.m.