predict_from_shareable_mdl: Predict from shareable model

predict_from_shareable_mdlR Documentation

Predict from shareable model

Description

predict_from_shareable_mdl() is a Predict function that makes predictions from data using a specified statistical model. Specifically, this function implements an algorithm to predict from shareable model. The function returns New data (a double vector).

Usage

predict_from_shareable_mdl(
  model_mdl,
  data_tb,
  predn_type_1L_chr = "response",
  sd_dbl,
  deterministic_1L_lgl = T
)

Arguments

model_mdl

Model (a model)

data_tb

Data (a tibble)

predn_type_1L_chr

Prediction type (a character vector of length one), Default: 'response'

sd_dbl

Standard deviation (a double vector)

deterministic_1L_lgl

Deterministic (a logical vector of length one), Default: T

Value

New data (a double vector)


ready4-dev/specific documentation built on Oct. 13, 2023, 7:54 a.m.