https://github.com/cran/arenar
Raw File
Tip revision: 23d660116589d502edce1383f46422ab38f20f70 authored by Piotr Piątyszek on 01 October 2020, 07:00:06 UTC
version 0.2.0
Tip revision: 23d6601
NAMESPACE
# Generated by roxygen2: do not edit by hand

S3method(print,arena_live)
S3method(print,arena_static)
S3method(push_dataset,arena_live)
S3method(push_dataset,arena_static)
S3method(push_model,arena_live)
S3method(push_model,arena_static)
S3method(push_observations,arena_live)
S3method(push_observations,arena_static)
export(create_arena)
export(push_dataset)
export(push_model)
export(push_observations)
export(run_server)
export(save_arena)
export(upload_arena)
importFrom(methods,is)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,runif)
back to top