Skip to contents

The gamlss versions of the generic function model.frame

Usage

# S3 method for gamlss
model.frame(
  formula,
  what = c("mu", "sigma", "nu", "tau"),
  parameter = NULL,
  ...
)

Arguments

formula

A formula of the model.

what

For which parameter to extract the model.frame, terms or model.frame.

parameter

Equivalent to what.

...

Other arguments.

Value

a vector or matrix of predicted values.

model.frame.gamlss

NA