createInvLink: Return inverse link function for plot_shiny.fpca()
Description
Internal method that constructs the inverse link function for a
generalized FPCA fit. This is used in toggling between plots on the
natural scale and on the response scale.
Usage
createInvLink(family = NULL)
Arguments
- family
Family of the (generalized) FPCA. Currently supported families
are gaussian
and binomial
.