| getSamples | R Documentation |
Extract quantities from a bandit object
getSamples(object, what = "current")
getJobs(object, what = "all")
getModel(object, what = "last")
object |
an object inheriting from class |
what |
the specific object to select. See details. |
By default, getSamples extracts all samples
with a non-missing outcome. Alternatives are "last",
for the samples used in the last training job; "remaining" for all samples
with a missing outcome.
By default, getJobs extracts a summary of all jobs done by the bandit. The
alternative "last" extracts a summary of the last job done by the bandit.
By default, getModel extracts the model estimated at the last training job.
The id of a training job may be supplied.
For getSamples and getJobs, a data.frame. For getModel,
a model object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.