post_link_funs {gratia}R Documentation

A list of transformation functions named for LSS parameters in a GAMLSS

Description

A list of transformation functions named for LSS parameters in a GAMLSS

Usage

post_link_funs(
  location = identity_fun,
  scale = identity_fun,
  shape = identity_fun,
  skewness = identity_fun,
  kurtosis = identity_fun,
  power = identity_fun,
  pi = identity_fun
)

[Package gratia version 0.9.2 Index]