predict_shrble_betareg: Predict shareable betareg

predict_shrble_betaregR Documentation

Predict shareable betareg

Description

predict_shrble_betareg() is a Predict function that makes predictions from data using a specified statistical model. Specifically, this function implements an algorithm to predict shareable betareg. The function is called for its side effects and does not return a value.

Usage

predict_shrble_betareg(
  object,
  newdata = NULL,
  type = c("response", "link", "precision", "variance", "quantile"),
  na.action = na.pass,
  at = 0.5,
  sd_1L_dbl,
  ...
)

Arguments

object

PARAM_DESCRIPTION

newdata

New dataset (for prediction) (a new dataset (for prediction)), Default: NULL

type

PARAM_DESCRIPTION, Default: c("response", "link", "precision", "variance", "quantile")

na.action

PARAM_DESCRIPTION, Default: na.pass

at

PARAM_DESCRIPTION, Default: 0.5

sd_1L_dbl

Standard deviation (a double vector of length one)

...

Additional arguments


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