getPEF.own: Modified 'gamlss::getPEF'

View source: R/getPEF_own.R

getPEF.ownR Documentation

Modified gamlss::getPEF

Description

added how = "mean" and level to gamlss::getPEF added output to chose between function or predicted values

Usage

getPEF.own(
  obj = NULL,
  term = NULL,
  data = NULL,
  n.points = 100,
  parameter = c("mu", "sigma", "nu", "tau", "all"),
  level = NULL,
  type = c("response", "link"),
  how = c("mean", "median", "last"),
  fixed.at = list(),
  plot = FALSE,
  output = c("function", "vals")
)

Arguments

obj

see gamlss::getPEF

term

see gamlss::getPEF

data

see gamlss::getPEF

n.points

see gamlss::getPEF

parameter

see gamlss::getPEF. Also allows "all" to generate functions for all parameters at once

level

see gamlss::getPEF

type

see gamlss::getPEF

how

see gamlss::getPEF

fixed.at

see gamlss::getPEF

plot

see gamlss::getPEF

output

chose between outputting the function or predicted values


CeresBarros/ToolsCB documentation built on Aug. 23, 2024, 4:22 p.m.