Skip to contents

fix bugs for the original predict.gamlss

Usage

# S3 method for gamlss
predict(
  object,
  what = c("mu", "sigma", "nu", "tau"),
  parameter = NULL,
  newdata = NULL,
  type = c("link", "response", "terms"),
  terms = NULL,
  se.fit = FALSE,
  data = NULL,
  ...
)

Arguments

object

A gamlss object

what

to be added

parameter

to be added

newdata

data frame

type

to be added

terms

to be added

se.fit

to be added

data

to be added

Value

A num.